Class: Asaas::Api::Webhook
Instance Attribute Summary
Attributes inherited from Base
#endpoint, #errors, #meta, #route, #success, #token
Instance Method Summary collapse
-
#initialize(token, api_version) ⇒ Webhook
constructor
A new instance of Webhook.
Methods inherited from Base
#create, #delete, #extract_meta, #get, #list, #update
Constructor Details
#initialize(token, api_version) ⇒ Webhook
Returns a new instance of Webhook.
5 6 7 |
# File 'lib/asaas/api/webhook.rb', line 5 def initialize(token, api_version) super(token, api_version, '/webhook') end |