Method: Code42::API::Role#roles
- Defined in:
- lib/code42/api/role.rb
#roles(attrs = {}) ⇒ Object
32 33 34 |
# File 'lib/code42/api/role.rb', line 32 def roles(attrs = {}) collection_from_response(Code42::RoleCollection, Code42::Role, :get, "role", attrs) end |