Class: Ashby::JobBoards

Inherits:
Client
  • Object
show all
Defined in:
lib/ashby/job_boards.rb

Constant Summary

Constants inherited from Client

Client::API_URL

Class Method Summary collapse

Methods inherited from Client

build_url, headers, paginated_post, post

Class Method Details

.allObject



5
6
7
8
# File 'lib/ashby/job_boards.rb', line 5

def self.all
  response = post('jobBoard.list')
  response['results']
end