Class: GetAlertsRequest
- Inherits:
-
Object
- Object
- GetAlertsRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
GetAlerts
Instance Method Summary collapse
-
#initialize ⇒ GetAlertsRequest
constructor
A new instance of GetAlertsRequest.
- #post ⇒ Object
Constructor Details
#initialize ⇒ GetAlertsRequest
Returns a new instance of GetAlertsRequest.
1266 1267 |
# File 'lib/FlightXML2REST.rb', line 1266 def initialize() end |
Instance Method Details
#post ⇒ Object
1268 1269 1270 |
# File 'lib/FlightXML2REST.rb', line 1268 def post "" end |