class CrystalMetarParser::WindElement

Defined in:

crystal_metar_parser/metar/wind_element.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(speed : Float64, speed_max : Float64, direction : Int32 = 0, is_variable : Bool = false) #

[View source]

Instance Method Detail

def direction : Int32 #

[View source]
def is_variable : Bool #

[View source]
def speed : Float64 #

[View source]
def speed_max : Float64 #

[View source]