Class: Yadecli::Client::RoleClient

Inherits:
BaseClient show all
Includes:
HTTParty
Defined in:
lib/yadecli/client/role_client.rb

Overview

role client

Instance Method Summary collapse

Methods inherited from BaseClient

#base_path, #get, #get_request, #list

Constructor Details

#initializeRoleClient

Returns a new instance of RoleClient.



18
19
20
# File 'lib/yadecli/client/role_client.rb', line 18

def initialize
  super('yadedomain', 'role')
end