Class: Atmospheris::Iso5878::PercentilePair

Inherits:
Struct
  • Object
show all
Defined in:
lib/atmospheris/iso5878.rb

Instance Attribute Summary collapse

Instance Attribute Details

#highObject

Returns the value of attribute high

Returns:

  • (Object)

    the current value of high



119
120
121
# File 'lib/atmospheris/iso5878.rb', line 119

def high
  @high
end

#lowObject

Returns the value of attribute low

Returns:

  • (Object)

    the current value of low



119
120
121
# File 'lib/atmospheris/iso5878.rb', line 119

def low
  @low
end