Class: GreenhouseApi::Resources::Candidates

Inherits:
BaseClient
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/greenhouse_api/resources/candidates.rb

Constant Summary

Constants inherited from BaseClient

BaseClient::API_URL, BaseClient::MAX_PER_PAGE

Instance Method Summary collapse

Methods inherited from BaseClient

#compose_response, #get_one, #headers, #initialize, #list_many, #request

Constructor Details

This class inherits a constructor from GreenhouseApi::BaseClient

Instance Method Details

#list_all(params = {}) ⇒ Object



12
13
14
# File 'lib/greenhouse_api/resources/candidates.rb', line 12

def list_all(params = {})
  list_many('candidates', params)
end