Class: Metar::Data::Precipitation

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



10
11
12
# File 'lib/metar/data/remark.rb', line 10

def amount
  @amount
end

#periodObject

Returns the value of attribute period

Returns:

  • (Object)

    the current value of period



10
11
12
# File 'lib/metar/data/remark.rb', line 10

def period
  @period
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



10
11
12
# File 'lib/metar/data/remark.rb', line 10

def raw
  @raw
end