Method: Dnsimple::Client#webhooks
- Defined in:
- lib/dnsimple/client/clients.rb
#webhooks ⇒ Dnsimple::Client::WebhooksService
Returns The webhooks-related API proxy.
78 79 80 |
# File 'lib/dnsimple/client/clients.rb', line 78 def webhooks @services[:webhooks] ||= Client::WebhooksService.new(self) end |