Class: InboundFlightInfoRequest
- Inherits:
-
Object
- Object
- InboundFlightInfoRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
InboundFlightInfo
Instance Attribute Summary collapse
-
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
Instance Method Summary collapse
-
#initialize(faFlightID = nil) ⇒ InboundFlightInfoRequest
constructor
A new instance of InboundFlightInfoRequest.
- #post ⇒ Object
Constructor Details
#initialize(faFlightID = nil) ⇒ InboundFlightInfoRequest
Returns a new instance of InboundFlightInfoRequest.
1400 1401 1402 |
# File 'lib/FlightXML2REST.rb', line 1400 def initialize(faFlightID = nil) @faFlightID = faFlightID end |
Instance Attribute Details
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
1399 1400 1401 |
# File 'lib/FlightXML2REST.rb', line 1399 def faFlightID @faFlightID end |
Instance Method Details
#post ⇒ Object
1403 1404 1405 |
# File 'lib/FlightXML2REST.rb', line 1403 def post "faFlightID=#@faFlightID" end |