Method: Dnsimple::Client#identity
- Defined in:
- lib/dnsimple/client/clients.rb
#identity ⇒ Dnsimple::Client::IdentityService
Returns The identity-related API proxy.
38 39 40 |
# File 'lib/dnsimple/client/clients.rb', line 38 def identity @services[:auth] ||= Client::IdentityService.new(self) end |