Class: Metar::Data::PressureTendency
- Inherits:
-
Struct
- Object
- Struct
- Metar::Data::PressureTendency
- Defined in:
- lib/metar/data/remark.rb
Instance Attribute Summary collapse
-
#character ⇒ Object
Returns the value of attribute character.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
permalink #character ⇒ Object
Returns the value of attribute character
9 10 11 |
# File 'lib/metar/data/remark.rb', line 9 def character @character end |
permalink #raw ⇒ Object
Returns the value of attribute raw
9 10 11 |
# File 'lib/metar/data/remark.rb', line 9 def raw @raw end |
permalink #value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/metar/data/remark.rb', line 9 def value @value end |