class SmartRecruiters::SystemRolesResource

Public Instance Methods

list() click to toggle source
# File lib/smartrecruiters/resources/system_roles.rb, line 5
def list
  Collection.from_response get_request('user-api/v201804/system-roles'), type: SystemRole
end