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.



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

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

Instance Attribute Details

#identObject

Returns the value of attribute ident.



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

def ident
  @ident
end

Instance Method Details

#postObject



1580
1581
1582
# File 'lib/FlightXML2REST.rb', line 1580

def post
  "ident=#@ident"
end