class OpsGenie::Alert
Public Class Methods
create(params)
click to toggle source
# File lib/ops_genie/alert.rb, line 10 def create params http_post("/v1/json/alert", params) if should_alert? end
# File lib/ops_genie/alert.rb, line 10 def create params http_post("/v1/json/alert", params) if should_alert? end