Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tempest
v1.0.0
Tempest
Air
AirObs
Client
Device
DeviceMeta
DeviceOffline
DeviceOnline
Event
Lightning
Listen
Location
Opened
PrecipitationAnalysis
PrecipitationType
Raining
Sky
SkyObs
Station
StationObs
StationOffline
StationOnline
Wind
Built with Crystal 1.9.2
2023-10-07 20:54:04 UTC
class
Tempest::Raining
Tempest::Raining
Tempest::Event
Reference
Object
Defined in:
tempest/events.cr
Constructors
.new
(pull : JSON::PullParser)
Instance methods inherited from class
Tempest::Event
device_id
device_id
,
device_id=(device_id : Int64 | Nil)
device_id=
,
station_id : Int64 | Nil
station_id
,
station_id=(station_id : Int64 | Nil)
station_id=
,
type : String
type
,
type=(type : String)
type=
Constructor methods inherited from class
Tempest::Event
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]