Class: MrMurano::Role
- Inherits:
-
UserBase
- Object
- SolutionBase
- UserBase
- MrMurano::Role
- Defined in:
- lib/MrMurano/Solution-Users.rb
Overview
…/role
Instance Method Summary collapse
-
#initialize ⇒ Role
constructor
A new instance of Role.
Methods inherited from UserBase
#download, #fetch, #list, #localitems, #remove, #removelocal, #tolocalpath, #upload
Methods inherited from SolutionBase
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
#initialize ⇒ Role
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 |