Class: Ashby::Feedback
Overview
Constant Summary
Constants inherited from Client
Class Method Summary collapse
-
.all(payload = {}) ⇒ Object
Fetches all feedback with pagination support.
Methods inherited from Client
build_url, headers, paginated_post, post
Class Method Details
.all(payload = {}) ⇒ Object
Fetches all feedback with pagination support
13 14 15 |
# File 'lib/ashby/feedback.rb', line 13 def self.all(payload = {}) paginated_post('applicationFeedback.list', payload) end |