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, #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

#initializeRole

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