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.
1158 1159 |
# File 'lib/FlightXML2REST.rb', line 1158 def initialize() end |
Instance Method Details
#post ⇒ Object
1160 1161 1162 |
# File 'lib/FlightXML2REST.rb', line 1160 def post "" end |