Class: DecodeFlightRouteRequest
- Inherits:
-
Object
- Object
- DecodeFlightRouteRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
DecodeFlightRoute
Instance Attribute Summary collapse
-
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
Instance Method Summary collapse
-
#initialize(faFlightID = nil) ⇒ DecodeFlightRouteRequest
constructor
A new instance of DecodeFlightRouteRequest.
- #post ⇒ Object
Constructor Details
#initialize(faFlightID = nil) ⇒ DecodeFlightRouteRequest
Returns a new instance of DecodeFlightRouteRequest.
551 552 553 |
# File 'lib/FlightXML2REST.rb', line 551 def initialize(faFlightID = nil) @faFlightID = faFlightID end |
Instance Attribute Details
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
550 551 552 |
# File 'lib/FlightXML2REST.rb', line 550 def faFlightID @faFlightID end |
Instance Method Details
#post ⇒ Object
554 555 556 |
# File 'lib/FlightXML2REST.rb', line 554 def post "faFlightID=#@faFlightID" end |