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::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
]