Class: ArrayOfFlightRouteStruct

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) ⇒ ArrayOfFlightRouteStruct

Returns a new instance of ArrayOfFlightRouteStruct.



654
655
656
657
# File 'lib/FlightXML2REST.rb', line 654

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



653
654
655
# File 'lib/FlightXML2REST.rb', line 653

def data
  @data
end

#next_offsetObject

Returns the value of attribute next_offset.



653
654
655
# File 'lib/FlightXML2REST.rb', line 653

def next_offset
  @next_offset
end