class Yade::Domain::Rest::Client::DomainClient

domain client

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/yade/domain/rest/client/domain_client.rb, line 19
def initialize
  super('yadedomain', 'domain', 'Yade::Domain::Rest::Model::Domain')
end