Class: MapFlightExResults

Inherits:
Object
  • Object
show all
Defined in:
lib/FlightXML2REST.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#mapFlightExResultObject

Returns the value of attribute mapFlightExResult.



1680
1681
1682
# File 'lib/FlightXML2REST.rb', line 1680

def mapFlightExResult
  @mapFlightExResult
end