module Vscale::Notifications
Public Instance Methods
notify()
click to toggle source
# File lib/vscale/api/notifications.rb, line 3 def notify get('billing/notify') end
update_notify(params = {})
click to toggle source
# File lib/vscale/api/notifications.rb, line 7 def update_notify(params = {}) put('billing/notify', params) end