Module: Shipstation::APIOperations::List
- Defined in:
- lib/shipstation/api_operations/list.rb
Instance Method Summary collapse
Instance Method Details
#list(params = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/shipstation/api_operations/list.rb', line 5 def list(params = {}) response = Shipstation.request(:get, class_name.downcase.pluralize, params) return response end |