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
Generated using Crystal 1.14.0
2024-12-20 08:15:05 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
]