Class: DecodeFlightRouteRequest

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

Overview

DecodeFlightRoute

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(faFlightID = nil) ⇒ DecodeFlightRouteRequest

Returns a new instance of DecodeFlightRouteRequest.



614
615
616
# File 'lib/FlightXML2REST.rb', line 614

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

Instance Attribute Details

#faFlightIDObject

Returns the value of attribute faFlightID.



613
614
615
# File 'lib/FlightXML2REST.rb', line 613

def faFlightID
  @faFlightID
end

Instance Method Details

#postObject



617
618
619
# File 'lib/FlightXML2REST.rb', line 617

def post
  "faFlightID=#@faFlightID"
end