Class: ArrayOfMetarStruct

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(metar = [], next_offset = nil) ⇒ ArrayOfMetarStruct

Returns a new instance of ArrayOfMetarStruct.



1923
1924
1925
1926
# File 'lib/FlightXML2REST.rb', line 1923

def initialize(metar = [], next_offset = nil)
  @metar = metar
  @next_offset = next_offset
end

Instance Attribute Details

#metarObject

Returns the value of attribute metar.



1922
1923
1924
# File 'lib/FlightXML2REST.rb', line 1922

def metar
  @metar
end

#next_offsetObject

Returns the value of attribute next_offset.



1922
1923
1924
# File 'lib/FlightXML2REST.rb', line 1922

def next_offset
  @next_offset
end