Class: ArrayOfTrackStruct
- Inherits:
-
Object
- Object
- ArrayOfTrackStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data = []) ⇒ ArrayOfTrackStruct
constructor
A new instance of ArrayOfTrackStruct.
Constructor Details
#initialize(data = []) ⇒ ArrayOfTrackStruct
Returns a new instance of ArrayOfTrackStruct.
1452 1453 1454 |
# File 'lib/FlightXML2REST.rb', line 1452 def initialize (data = []) @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
1451 1452 1453 |
# File 'lib/FlightXML2REST.rb', line 1451 def data @data end |