class Purest::Alerts
Constants
- GET_PARAMS
Public Instance Methods
create(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#create
# File lib/purest/alerts.rb, line 13 def create(options = nil) super(options, 'alert') end
delete(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#delete
# File lib/purest/alerts.rb, line 21 def delete(options = nil) super(options, 'alert') end
get(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#get
# File lib/purest/alerts.rb, line 9 def get(options = nil) super(options, 'alert', GET_PARAMS) end
update(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#update
# File lib/purest/alerts.rb, line 17 def update(options = nil) super(options, 'alert') end