Class: ArrayOfTrackExStruct

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

Returns a new instance of ArrayOfTrackExStruct.



2398
2399
2400
2401
# File 'lib/FlightXML2REST.rb', line 2398

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



2397
2398
2399
# File 'lib/FlightXML2REST.rb', line 2397

def data
  @data
end

#next_offsetObject

Returns the value of attribute next_offset.



2397
2398
2399
# File 'lib/FlightXML2REST.rb', line 2397

def next_offset
  @next_offset
end