Class: SmartRecruiters::SystemRolesResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/smartrecruiters/resources/system_roles.rb

Instance Attribute Summary

Attributes inherited from Resource

#client

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from SmartRecruiters::Resource

Instance Method Details

#listObject



5
6
7
# File 'lib/smartrecruiters/resources/system_roles.rb', line 5

def list
  Collection.from_response get_request('user-api/v201804/system-roles'), type: SystemRole
end