Class: Metar::Raw::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/metar/raw.rb

Direct Known Subclasses

Data, Metar, Noaa

Instance Attribute Summary collapse

Instance Attribute Details

#metarObject (readonly) Also known as: to_s

Returns the value of attribute metar.



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

def metar
  @metar
end

#timeObject (readonly)

Returns the value of attribute time.



11
12
13
# File 'lib/metar/raw.rb', line 11

def time
  @time
end