class Scalingo::Endpoint::Notifiers

developers.scalingo.com/notifiers

Public Instance Methods

create(params) click to toggle source
# File lib/scalingo/endpoint/notifiers.rb, line 13
def create(params)
  post(nil, notifier: params)
end