class DeleteAlertRequest

DeleteAlert

Attributes

alert_id[RW]

Public Class Methods

new(alert_id = nil) click to toggle source
# File lib/FlightXML2REST.rb, line 698
def initialize(alert_id = nil)
  @alert_id = alert_id
end

Public Instance Methods

post() click to toggle source
# File lib/FlightXML2REST.rb, line 701
def post
  "alert_id=#@alert_id"
end