abstract class Juniper::LocationEvent

Included Modules

Extended Modules

Direct Known Subclasses

Defined in:

juniper/mist_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def map_id : String #

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

[View source]
def site_id : String #

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

[View source]
def timestamp : Int64 #

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

[View source]
def x : Float64 #

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

[View source]
def y : Float64 #

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

[View source]