Class: InFlightInfoRequest

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

Overview

InFlightInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#identObject

Returns the value of attribute ident.



1572
1573
1574
# File 'lib/FlightXML2REST.rb', line 1572

def ident
  @ident
end

Instance Method Details

#postObject



1576
1577
1578
# File 'lib/FlightXML2REST.rb', line 1576

def post
  "ident=#@ident"
end