Class: ArrayOfRoutesBetweenAirportsExStruct

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = [], next_offset = nil) ⇒ ArrayOfRoutesBetweenAirportsExStruct

Returns a new instance of ArrayOfRoutesBetweenAirportsExStruct.



1947
1948
1949
1950
# File 'lib/FlightXML2REST.rb', line 1947

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



1946
1947
1948
# File 'lib/FlightXML2REST.rb', line 1946

def data
  @data
end

#next_offsetObject

Returns the value of attribute next_offset.



1946
1947
1948
# File 'lib/FlightXML2REST.rb', line 1946

def next_offset
  @next_offset
end