class Google::EventTicketObject
- Google::EventTicketObject
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
passes/models/event_ticket_object.crConstructors
- .new(id : String, class_id : String, ticket_holder_name : String, qr_code_value : String, qr_code_alternate_text : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #barcode : Barcode
- #barcode=(barcode : Barcode)
- #class_id : String
- #class_id=(class_id : String)
- #id : String
- #id=(id : String)
- #state : String
- #state=(state : String)
- #ticket_holder_name : String
- #ticket_holder_name=(ticket_holder_name : String)
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)
#