Method: Dnsimple::Client#templates

Defined in:
lib/dnsimple/client/clients.rb

#templatesDnsimple::Client::TemplatesService

Returns The templates-related API proxy.

Returns:



50
51
52
# File 'lib/dnsimple/client/clients.rb', line 50

def templates
  @services[:templates] ||= Client::TemplatesService.new(self)
end