Class: Metar::Data::HourlyTemperatureAndDewPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/metar/data/remark.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dew_pointObject

Returns the value of attribute dew_point

Returns:

  • (Object)

    the current value of dew_point



12
13
14
# File 'lib/metar/data/remark.rb', line 12

def dew_point
  @dew_point
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



12
13
14
# File 'lib/metar/data/remark.rb', line 12

def raw
  @raw
end

#temperatureObject

Returns the value of attribute temperature

Returns:

  • (Object)

    the current value of temperature



12
13
14
# File 'lib/metar/data/remark.rb', line 12

def temperature
  @temperature
end