struct Google::EventTicketClass::Location

Included Modules

Defined in:

passes/models/event_ticket_class.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64) #

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

[View source]

Instance Method Detail

def kind : String #

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

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]