Method: EasyPost::Services::Webhook#all
- Defined in:
- lib/easypost/services/webhook.rb
#all(params = {}) ⇒ Object
Retrieve a list of Webhooks
22 23 24 25 26 |
# File 'lib/easypost/services/webhook.rb', line 22 def all(params = {}) filters = { 'key' => 'webhooks' } get_all_helper('webhooks', MODEL_CLASS, params, filters) end |