Method: Dnsimple::Client#oauth
- Defined in:
- lib/dnsimple/client/clients.rb
#oauth ⇒ Dnsimple::Client::OauthService
Returns The oauth-related API proxy.
32 33 34 |
# File 'lib/dnsimple/client/clients.rb', line 32 def oauth @services[:oauth] ||= Client::OauthService.new(self) end |