Class: RoutesBetweenAirportsStruct
- Inherits:
-
Object
- Object
- RoutesBetweenAirportsStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#filedAltitude ⇒ Object
Returns the value of attribute filedAltitude.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Method Summary collapse
-
#initialize(count = nil, filedAltitude = nil, route = nil) ⇒ RoutesBetweenAirportsStruct
constructor
A new instance of RoutesBetweenAirportsStruct.
Constructor Details
#initialize(count = nil, filedAltitude = nil, route = nil) ⇒ RoutesBetweenAirportsStruct
Returns a new instance of RoutesBetweenAirportsStruct.
2086 2087 2088 2089 2090 |
# File 'lib/FlightXML2REST.rb', line 2086 def initialize(count = nil, filedAltitude = nil, route = nil) @count = count @filedAltitude = filedAltitude @route = route end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
2085 2086 2087 |
# File 'lib/FlightXML2REST.rb', line 2085 def count @count end |
#filedAltitude ⇒ Object
Returns the value of attribute filedAltitude.
2085 2086 2087 |
# File 'lib/FlightXML2REST.rb', line 2085 def filedAltitude @filedAltitude end |
#route ⇒ Object
Returns the value of attribute route.
2085 2086 2087 |
# File 'lib/FlightXML2REST.rb', line 2085 def route @route end |