Class: Asaas::Api::Notification

Inherits:
Base
  • Object
show all
Defined in:
lib/asaas/api/notification.rb

Instance Attribute Summary

Attributes inherited from Base

#endpoint, #errors, #meta, #route, #success, #token

Instance Method Summary collapse

Methods inherited from Base

#create, #delete, #extract_meta, #get, #list, #update

Constructor Details

#initialize(token, api_version) ⇒ Notification

Returns a new instance of Notification.



5
6
7
# File 'lib/asaas/api/notification.rb', line 5

def initialize(token, api_version)
  super(token, api_version, '/notifications')
end