Method: EasyPost::Services::ScanForm#all

Defined in:
lib/easypost/services/scan_form.rb

#all(params = {}) ⇒ Object

Retrieve a list of ScanForms



21
22
23
24
25
# File 'lib/easypost/services/scan_form.rb', line 21

def all(params = {})
  filters = { key: 'scan_forms' }

  get_all_helper('scan_forms', MODEL_CLASS, params, filters)
end