Method: Dnsimple::Client#services
- Defined in:
- lib/dnsimple/client/clients.rb
#services ⇒ Dnsimple::Client::ServicesService
Returns The one-click-service-related API proxy.
42 43 44 |
# File 'lib/dnsimple/client/clients.rb', line 42 def services @services[:services] ||= Client::ServicesService.new(self) end |