Class: InFlightInfoRequest
- Inherits:
-
Object
- Object
- InFlightInfoRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
InFlightInfo
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
Instance Method Summary collapse
-
#initialize(ident = nil) ⇒ InFlightInfoRequest
constructor
A new instance of InFlightInfoRequest.
- #post ⇒ Object
Constructor Details
#initialize(ident = nil) ⇒ InFlightInfoRequest
Returns a new instance of InFlightInfoRequest.
1440 1441 1442 |
# File 'lib/FlightXML2REST.rb', line 1440 def initialize(ident = nil) @ident = ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
1439 1440 1441 |
# File 'lib/FlightXML2REST.rb', line 1439 def ident @ident end |
Instance Method Details
#post ⇒ Object
1443 1444 1445 |
# File 'lib/FlightXML2REST.rb', line 1443 def post "ident=#@ident" end |