Google::EventTickets
Constants
WALLET_OBJECTS_BASE_URI = URI.parse("https://walletobjects.googleapis.com")
Constructors
new(auth : Google::Auth | Google::FileAuth, issuer_id : String, serial_number : String, issuer_name : String, event_name : String, ticket_holder_name : String, qr_code_value : String, location : NamedTuple(lat: Float64, lon: Float64), qr_code_alternate_text : Nil | String = nil, origins : Array(String) = [] of String, event_details : NamedTuple(header: Nil | String, body: Nil | String) | Nil = nil, date_time : NamedTuple(start: String, end: String) | Nil = nil, logo_image : NamedTuple(uri: Nil | String, description: Nil | String) | Nil = nil, event_image : NamedTuple(uri: Nil | String, description: Nil | String) | Nil = nil, venue : NamedTuple(name: Nil | String, address: Nil | String) | Nil = nil, user_agent : String | Nil = nil)
SourceInstance methods
auth
Sourcedate_time
Sourceevent_details
Sourceevent_image
Sourceevent_name
Sourceexecute
Sourceissuer_name
Sourcelocation
Sourcelogo_image
Sourceorigins
Sourceqr_code_alternate_text
Sourceqr_code_value
Sourceticket_class_id
Sourceticket_holder_name
Sourceticket_object_id
Sourcevenue
Source