class Tempest::Location

Included Modules

Defined in:

tempest/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def devices : Array(Device) #

[View source]
def devices=(devices : Array(Device)) #

[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]
def public_name : String #

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

[View source]
def station_id : Int64 #

[View source]
def station_id=(station_id : Int64) #

[View source]