Class: Scalingo::Endpoint::Notifier
- Defined in:
- lib/scalingo/endpoint/notifiers.rb
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
- #destroy ⇒ Object
-
#update(params) ⇒ Object
params: platform_id can’t be changed.
Methods inherited from Resource
Methods included from Scalingo::Endpoint
Methods included from ClassMethods
Methods included from Base
Constructor Details
This class inherits a constructor from Scalingo::Endpoint::Resource
Instance Method Details
#destroy ⇒ Object
23 24 25 |
# File 'lib/scalingo/endpoint/notifiers.rb', line 23 def destroy delete end |
#update(params) ⇒ Object
params: platform_id can’t be changed
19 20 21 |
# File 'lib/scalingo/endpoint/notifiers.rb', line 19 def update(params) patch(nil, notifier: params) end |