Class: Yade::Domain::Rest::Client::RoleClient
- Inherits:
-
BaseClient
- Object
- BaseClient
- Yade::Domain::Rest::Client::RoleClient
- Includes:
- HTTParty
- Defined in:
- lib/yade/domain/rest/client/role_client.rb
Overview
role client
Instance Method Summary collapse
-
#initialize ⇒ RoleClient
constructor
A new instance of RoleClient.
Constructor Details
#initialize ⇒ RoleClient
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 |