Class: TailOwnerRequest
- Inherits:
-
Object
- Object
- TailOwnerRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
TailOwner
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
Instance Method Summary collapse
-
#initialize(ident = nil) ⇒ TailOwnerRequest
constructor
A new instance of TailOwnerRequest.
- #post ⇒ Object
Constructor Details
#initialize(ident = nil) ⇒ TailOwnerRequest
Returns a new instance of TailOwnerRequest.
2568 2569 2570 |
# File 'lib/FlightXML2REST.rb', line 2568 def initialize(ident = nil) @ident = ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
2567 2568 2569 |
# File 'lib/FlightXML2REST.rb', line 2567 def ident @ident end |
Instance Method Details
#post ⇒ Object
2571 2572 2573 |
# File 'lib/FlightXML2REST.rb', line 2571 def post "ident=#@ident" end |