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