struct Google::EventTicketObject::Barcode

Included Modules

Defined in:

passes/models/event_ticket_object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(qr_code_value : String, qr_code_alternate_text : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def barcode_type : String #

[View source]
def barcode_type=(barcode_type : String) #

[View source]
def qr_code_alternate_text : String | Nil #

[View source]
def qr_code_alternate_text=(qr_code_alternate_text : String | Nil) #

[View source]
def qr_code_value : String #

[View source]
def qr_code_value=(qr_code_value : String) #

[View source]