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.
397 398 |
# File 'lib/FlightXML2REST.rb', line 397 def initialize() end |
Instance Method Details
#post ⇒ Object
399 400 401 |
# File 'lib/FlightXML2REST.rb', line 399 def post "" end |