Class: ArrayOfRoutesBetweenAirportsExStruct
- Inherits:
-
Object
- Object
- ArrayOfRoutesBetweenAirportsExStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#next_offset ⇒ Object
Returns the value of attribute next_offset.
Instance Method Summary collapse
-
#initialize(data = [], next_offset = nil) ⇒ ArrayOfRoutesBetweenAirportsExStruct
constructor
A new instance of ArrayOfRoutesBetweenAirportsExStruct.
Constructor Details
#initialize(data = [], next_offset = nil) ⇒ ArrayOfRoutesBetweenAirportsExStruct
Returns a new instance of ArrayOfRoutesBetweenAirportsExStruct.
2134 2135 2136 2137 |
# File 'lib/FlightXML2REST.rb', line 2134 def initialize(data = [], next_offset = nil) @data = data @next_offset = next_offset end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2133 2134 2135 |
# File 'lib/FlightXML2REST.rb', line 2133 def data @data end |
#next_offset ⇒ Object
Returns the value of attribute next_offset.
2133 2134 2135 |
# File 'lib/FlightXML2REST.rb', line 2133 def next_offset @next_offset end |