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, #locallist, #remove, #removelocal, #tolocalpath, #upload
Methods inherited from SolutionBase
#delete, #docmp, #dodiff, #download, #endPoint, #get, #http, #locallist, #post, #put, #removelocal, #set_req_defaults, #status, #syncdown, #synckey, #syncup, #tolocalname, #tolocalpath, #toremotename, #verbose, #workit
Constructor Details
#initialize ⇒ Role
Returns a new instance of Role.
98 99 100 101 102 |
# File 'lib/MrMurano/Solution-Users.rb', line 98 def initialize super @uriparts << 'role' @itemkey = :role_id end |