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.



1440
1441
1442
# File 'lib/FlightXML2REST.rb', line 1440

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

Instance Attribute Details

#identObject

Returns the value of attribute ident.



1439
1440
1441
# File 'lib/FlightXML2REST.rb', line 1439

def ident
  @ident
end

Instance Method Details

#postObject



1443
1444
1445
# File 'lib/FlightXML2REST.rb', line 1443

def post
  "ident=#@ident"
end