Class: Yadecli::Client::RoleClient
- Inherits:
-
BaseClient
- Object
- BaseClient
- Yadecli::Client::RoleClient
- Includes:
- HTTParty
- Defined in:
- lib/yadecli/client/role_client.rb
Overview
role client
Instance Method Summary collapse
-
#initialize ⇒ RoleClient
constructor
A new instance of RoleClient.
Methods inherited from BaseClient
#base_path, #get, #get_request, #list
Constructor Details
#initialize ⇒ RoleClient
Returns a new instance of RoleClient.
18 19 20 |
# File 'lib/yadecli/client/role_client.rb', line 18 def initialize super('yadedomain', 'role') end |