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::
CloudElement
CrystalMetarParser::CloudElement
Reference
Object
Defined in:
crystal_metar_parser/metar/cloud_element.cr
Constructors
.new
(coverage : Int32, _bottom : String =
""
, _vertical_visibility : String =
""
)
Instance Method Summary
#bottom
: Int32
#coverage
: Int32
#vertical_visibility
: Int32
Constructor Detail
def self.
new
(coverage : Int32, _bottom : String =
""
, _vertical_visibility : String =
""
)
#
[
View source
]
Instance Method Detail
def
bottom
: Int32
#
[
View source
]
def
coverage
: Int32
#
[
View source
]
def
vertical_visibility
: Int32
#
[
View source
]