Class: ArrayOfAirlineFlightScheduleStruct
- Inherits:
-
Object
- Object
- ArrayOfAirlineFlightScheduleStruct
- 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) ⇒ ArrayOfAirlineFlightScheduleStruct
constructor
A new instance of ArrayOfAirlineFlightScheduleStruct.
Constructor Details
#initialize(data = [], next_offset = nil) ⇒ ArrayOfAirlineFlightScheduleStruct
Returns a new instance of ArrayOfAirlineFlightScheduleStruct.
188 189 190 191 |
# File 'lib/FlightXML2REST.rb', line 188 def initialize(data = [], next_offset = nil) @data = data @next_offset = next_offset end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
187 188 189 |
# File 'lib/FlightXML2REST.rb', line 187 def data @data end |
#next_offset ⇒ Object
Returns the value of attribute next_offset.
187 188 189 |
# File 'lib/FlightXML2REST.rb', line 187 def next_offset @next_offset end |