Class: SmartRecruiters::SystemRolesResource
- Defined in:
- lib/smartrecruiters/resources/system_roles.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from SmartRecruiters::Resource
Instance Method Details
#list ⇒ Object
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 |