Class: MrMurano::Role

Inherits:
UserBase show all
Defined in:
lib/MrMurano/Solution-Users.rb

Overview

…/role

Instance Method Summary collapse

Methods inherited from UserBase

#download, #fetch, #list, #localitems, #remove, #removelocal, #tolocalpath, #upload

Methods inherited from SolutionBase

#endPoint

Methods included from SyncUpDown

#docmp, #dodiff, #download, #ignoring, #list, #localitems, #locallist, #remove, #removelocal, #searchFor, #status, #syncdown, #synckey, #syncup, #toRemoteItem, #tolocalname, #tolocalpath, #upload

Methods included from Verbose

#debug, #error, #outf, #tabularize, #verbose, #warning

Methods included from Http

#curldebug, #delete, #get, #http, #http_reset, #isJSON, #json_opts, #post, #postf, #put, #set_def_headers, #showHttpError, #token, #workit

Constructor Details

#initializeRole

Returns a new instance of Role.



99
100
101
102
103
104
# File 'lib/MrMurano/Solution-Users.rb', line 99

def initialize
  super
  @uriparts << 'role'
  @itemkey = :role_id
  @location = $cfg['location.roles']
end