Class: Drip::Webhooks
- Inherits:
-
Collection
- Object
- Collection
- Drip::Webhooks
- Defined in:
- lib/drip/collections/webhooks.rb
Instance Attribute Summary
Attributes inherited from Collection
Class Method Summary collapse
Methods inherited from Collection
#each, #initialize, #item_class, #parse_items, #singular?
Constructor Details
This class inherits a constructor from Drip::Collection
Class Method Details
.collection_name ⇒ Object
7 8 9 |
# File 'lib/drip/collections/webhooks.rb', line 7 def self.collection_name "webhooks" end |
.resource_name ⇒ Object
11 12 13 |
# File 'lib/drip/collections/webhooks.rb', line 11 def self.resource_name "webhook" end |