Class: AllAirportsRequest
- Inherits:
-
Object
- Object
- AllAirportsRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
AllAirports
Instance Method Summary collapse
-
#initialize ⇒ AllAirportsRequest
constructor
A new instance of AllAirportsRequest.
- #post ⇒ Object
Constructor Details
#initialize ⇒ AllAirportsRequest
Returns a new instance of AllAirportsRequest.
440 441 |
# File 'lib/FlightXML2REST.rb', line 440 def initialize() end |
Instance Method Details
#post ⇒ Object
442 443 444 |
# File 'lib/FlightXML2REST.rb', line 442 def post "" end |