Class: Metar::Data::SeaLevelPressure
- Inherits:
-
Struct
- Object
- Struct
- Metar::Data::SeaLevelPressure
- Defined in:
- lib/metar/data/remark.rb
Instance Attribute Summary collapse
-
#pressure ⇒ Object
Returns the value of attribute pressure.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
permalink #pressure ⇒ Object
Returns the value of attribute pressure
13 14 15 |
# File 'lib/metar/data/remark.rb', line 13 def pressure @pressure end |
permalink #raw ⇒ Object
Returns the value of attribute raw
13 14 15 |
# File 'lib/metar/data/remark.rb', line 13 def raw @raw end |