Method: Dnsimple::Client#services
- Defined in:
- lib/dnsimple/client/clients.rb
#services ⇒ Dnsimple::Client::ServicesService
53 54 55 |
# File 'lib/dnsimple/client/clients.rb', line 53 def services @services[:services] ||= Client::ServicesService.new(self) end |