PassKit::Barcode
Inherits JSON::Serializable < Struct < Value < Object
Constants
AZTEC = BarcodeFormat::PKBarcodeFormatAztec
CODE128 = BarcodeFormat::PKBarcodeFormatCode128
PDF417 = BarcodeFormat::PKBarcodeFormatPDF417
QR = BarcodeFormat::PKBarcodeFormatQR
shortcut constants
Constructors
new(format : PassKit::BarcodeFormat, message : String, message_encoding : String, alt_text : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(attributes : BarcodeTuple)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
alt_text
Sourcealt_text=(alt_text : String | Nil)
Sourceformat
Sourceformat=(format : BarcodeFormat)
Sourcemessage
Sourcemessage=(message : String)
Sourcemessage_encoding
Sourcemessage_encoding=(message_encoding : String)
Source