class Scalingo::Endpoint::Notifier

Public Instance Methods

destroy() click to toggle source
# File lib/scalingo/endpoint/notifiers.rb, line 23
def destroy
  delete
end
update(params) click to toggle source

params: platform_id can't be changed

# File lib/scalingo/endpoint/notifiers.rb, line 19
def update(params)
  patch(nil, notifier: params)
end