Class: Moneybird::Service::Webhook
- Inherits:
-
Object
- Object
- Moneybird::Service::Webhook
- Defined in:
- lib/moneybird/service/webhook.rb
Constant Summary
Constants included from Traits::Delete
Traits::Delete::DELETE_SUCCESS_CODE
Constants included from Traits::FindAll
Traits::FindAll::GET_SUCCESS_CODE
Instance Attribute Summary
Attributes included from Traits::AdministrationService
Instance Method Summary collapse
Methods included from Traits::Delete
Methods included from Traits::FindAll
Methods included from Traits::Service
Methods included from Traits::AdministrationService
Instance Method Details
#path ⇒ Object
12 13 14 |
# File 'lib/moneybird/service/webhook.rb', line 12 def path "#{administration_id}/webhooks" end |
#resource_class ⇒ Object
8 9 10 |
# File 'lib/moneybird/service/webhook.rb', line 8 def resource_class Moneybird::Resource::Webhook end |