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.
1528 1529 1530 |
# File 'lib/FlightXML2REST.rb', line 1528 def initialize(faFlightID = nil) @faFlightID = faFlightID end |
Instance Attribute Details
#faFlightID ⇒ Object
Returns the value of attribute faFlightID.
1527 1528 1529 |
# File 'lib/FlightXML2REST.rb', line 1527 def faFlightID @faFlightID end |
Instance Method Details
#post ⇒ Object
1531 1532 1533 |
# File 'lib/FlightXML2REST.rb', line 1531 def post "faFlightID=#@faFlightID" end |