Class: Ashby::JobBoards
Constant Summary
Constants inherited from Client
Class Method Summary collapse
Methods inherited from Client
build_url, headers, paginated_post, post
Class Method Details
.all ⇒ Object
5 6 7 8 |
# File 'lib/ashby/job_boards.rb', line 5 def self.all response = post('jobBoard.list') response['results'] end |