Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal_metar_parser
master
CrystalMetarParser
Base
CloudElement
Clouds
Metar
MetarCity
MetarOther
MetarSpecialElement
MetarSpecials
MetarTime
Parser
Pressure
Runway
RunwayElement
Temperature
Visibility
Wind
WindElement
WindVariableElement
Built with Crystal 1.9.2
2023-10-08 13:53:50 UTC
class
CrystalMetarParser::WindVariableElement
CrystalMetarParser::WindVariableElement
Reference
Object
Defined in:
crystal_metar_parser/metar/wind_variable_element.cr
Constructors
.new
(direction_from : Int32, direction_to : Int32)
Instance Method Summary
#direction
: Int32
#direction_from
: Int32
#direction_to
: Int32
Constructor Detail
def self.
new
(direction_from : Int32, direction_to : Int32)
#
[
View source
]
Instance Method Detail
def
direction
: Int32
#
[
View source
]
def
direction_from
: Int32
#
[
View source
]
def
direction_to
: Int32
#
[
View source
]