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