Method: Dnsimple::Client::ClientService#initialize
- Defined in:
- lib/dnsimple/client/clients.rb
#initialize(client) ⇒ ClientService
Returns a new instance of ClientService.
81 82 83 |
# File 'lib/dnsimple/client/clients.rb', line 81 def initialize(client) @client = client end |