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.
1573 1574 1575 |
# File 'lib/FlightXML2REST.rb', line 1573 def initialize(ident = nil) @ident = ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
1572 1573 1574 |
# File 'lib/FlightXML2REST.rb', line 1572 def ident @ident end |
Instance Method Details
#post ⇒ Object
1576 1577 1578 |
# File 'lib/FlightXML2REST.rb', line 1576 def post "ident=#@ident" end |