class Scalingo::Endpoint::Alerts

Public Instance Methods

create(params) click to toggle source
# File lib/scalingo/endpoint/alerts.rb, line 11
def create(params)
  post(nil, alert: params)
end