Class: Ashby::CloseReasons
Overview
Constant Summary
Constants inherited from Client
Class Method Summary collapse
-
.all ⇒ Object
Fetches all openings with pagination support.
Methods inherited from Client
build_url, headers, paginated_post, post
Class Method Details
.all ⇒ Object
Fetches all openings with pagination support
14 15 16 17 |
# File 'lib/ashby/close_reasons.rb', line 14 def self.all response = post('closeReason.list') response['results'] end |