Method: EasyPost::Services::Claim#all
- Defined in:
- lib/easypost/services/claim.rb
#all(params = {}) ⇒ Object
Retrieve all Claim objects
21 22 23 24 25 |
# File 'lib/easypost/services/claim.rb', line 21 def all(params = {}) filters = { key: 'claims' } get_all_helper('claims', MODEL_CLASS, params, filters) end |