Class: Yade::Domain::Rest::Client::DomainClient

Inherits:
BaseClient
  • Object
show all
Includes:
HTTParty
Defined in:
lib/yade/domain/rest/client/domain_client.rb

Overview

domain client

Instance Method Summary collapse

Constructor Details

#initializeDomainClient

Returns a new instance of DomainClient.



19
20
21
# File 'lib/yade/domain/rest/client/domain_client.rb', line 19

def initialize
  super('yadedomain', 'domain', 'Yade::Domain::Rest::Model::Domain')
end