Google::EventTicketObject
Inherits JSON::Serializable / Reference / Object
Constructors
new(id : String, class_id : String, ticket_holder_name : String, qr_code_value : String, qr_code_alternate_text : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
barcode
Sourcebarcode=(barcode : Barcode)
Sourceclass_id
Sourceclass_id=(class_id : String)
Sourceid
Sourceid=(id : String)
Sourcestate
Sourcestate=(state : String)
Sourceticket_holder_name
Sourceticket_holder_name=(ticket_holder_name : String)
Source