Class: TailOwnerRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/FlightXML2REST.rb

Overview

TailOwner

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ident = nil) ⇒ TailOwnerRequest

Returns a new instance of TailOwnerRequest.



2572
2573
2574
# File 'lib/FlightXML2REST.rb', line 2572

def initialize(ident = nil)            
  @ident = ident
end

Instance Attribute Details

#identObject

Returns the value of attribute ident.



2571
2572
2573
# File 'lib/FlightXML2REST.rb', line 2571

def ident
  @ident
end

Instance Method Details

#postObject



2575
2576
2577
# File 'lib/FlightXML2REST.rb', line 2575

def post
  "ident=#@ident"
end