class Tempest::Wind

Defined in:

tempest/wind.cr

Constructors

Instance Method Summary

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]

Instance Method Detail

def degrees #

[View source]
def meters_per_second #

[View source]
def obs : Tuple(Int64, Float64, Int32) #

[View source]
def obs=(obs : Tuple(Int64, Float64, Int32)) #

[View source]
def observations #

[View source]
def time #

[View source]