Class: MapFlightExResults
- Inherits:
-
Object
- Object
- MapFlightExResults
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#mapFlightExResult ⇒ Object
Returns the value of attribute mapFlightExResult.
Instance Method Summary collapse
-
#initialize(mapFlightExResult = nil) ⇒ MapFlightExResults
constructor
A new instance of MapFlightExResults.
Constructor Details
#initialize(mapFlightExResult = nil) ⇒ MapFlightExResults
Returns a new instance of MapFlightExResults.
1681 1682 1683 1684 |
# File 'lib/FlightXML2REST.rb', line 1681 def initialize(mapFlightExResult = nil) mapFlightExResult = JSON.parse(mapFlightExResult)['MapFlightExResult'] @mapFlightExResult = mapFlightExResult end |
Instance Attribute Details
#mapFlightExResult ⇒ Object
Returns the value of attribute mapFlightExResult.
1680 1681 1682 |
# File 'lib/FlightXML2REST.rb', line 1680 def mapFlightExResult @mapFlightExResult end |