class Google::EventTicketObject

Included Modules

Defined in:

passes/models/event_ticket_object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, class_id : String, ticket_holder_name : String, qr_code_value : String, qr_code_alternate_text : String | Nil = nil) #

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

[View source]

Instance Method Detail

def barcode : Barcode #

[View source]
def barcode=(barcode : Barcode) #

[View source]
def class_id : String #

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

[View source]
def id : String #

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

[View source]
def state : String #

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

[View source]
def ticket_holder_name : String #

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

[View source]