Class: Atmospheris::Iso5878::PercentilePair
- Inherits:
-
Struct
- Object
- Struct
- Atmospheris::Iso5878::PercentilePair
- Defined in:
- lib/atmospheris/iso5878.rb
Instance Attribute Summary collapse
-
#high ⇒ Object
Returns the value of attribute high.
-
#low ⇒ Object
Returns the value of attribute low.
Instance Attribute Details
#high ⇒ Object
Returns the value of attribute high
119 120 121 |
# File 'lib/atmospheris/iso5878.rb', line 119 def high @high end |
#low ⇒ Object
Returns the value of attribute low
119 120 121 |
# File 'lib/atmospheris/iso5878.rb', line 119 def low @low end |