Method: EasyPost::Services::EndShipper#all

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

#all(params = {}) ⇒ Object

Retrieve all EndShipper objects.



22
23
24
25
26
# File 'lib/easypost/services/end_shipper.rb', line 22

def all(params = {})
  response = @client.make_request(:get, 'end_shippers', params)

  EasyPost::InternalUtilities::Json.convert_json_to_object(response, MODEL_CLASS)
end