Class: Yade::Domain::Rest::Client::RoleClient

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

Overview

role client

Instance Method Summary collapse

Constructor Details

#initializeRoleClient

Returns a new instance of RoleClient.



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

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