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