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.



551
552
553
# File 'lib/FlightXML2REST.rb', line 551

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

Instance Attribute Details

#faFlightIDObject

Returns the value of attribute faFlightID.



550
551
552
# File 'lib/FlightXML2REST.rb', line 550

def faFlightID
  @faFlightID
end

Instance Method Details

#postObject



554
555
556
# File 'lib/FlightXML2REST.rb', line 554

def post
  "faFlightID=#@faFlightID"
end