class Wallet::Models::Location

Included Modules

Defined in:

wallet/models/location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(address : 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]
def name : String #

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

[View source]