Method: Dnsimple::Client#templates
- Defined in:
- lib/dnsimple/client/clients.rb
#templates ⇒ Dnsimple::Client::TemplatesService
Returns The templates-related API proxy.
50 51 52 |
# File 'lib/dnsimple/client/clients.rb', line 50 def templates @services[:templates] ||= Client::TemplatesService.new(self) end |