abstract class Tempest::Event

Included Modules

Direct Known Subclasses

Defined in:

tempest/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def device_id #

[View source]
def device_id=(device_id : Int64 | Nil) #

[View source]
def station_id : Int64 | Nil #

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

[View source]
def type : String #

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

[View source]