Class: Extensiv::CartShipMethod
- Defined in:
- lib/extensiv/cart/cart_ship_method.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Extensiv::Resource
Instance Method Details
#list(**params) ⇒ Object
5 6 7 8 |
# File 'lib/extensiv/cart/cart_ship_method.rb', line 5 def list(**params) response = get_request("wms/shipmethod/list", params: params) Collection.from_response(response, type: ShipMethod, params: params) end |