Class: SpreeClient::API::V1::StockMovements

Inherits:
Resources
  • Object
show all
Defined in:
lib/spree_client/api/v1/stock_movements.rb

Overview

Stock Movements

See Also:

  • SpreeClient::API:V1::Resources

Constant Summary collapse

ENDPOINT =
'/api/v1/stock_locations/:stock_location_id/stock_movements'
RESOURCE =
SpreeClient::Models::StockMovement
NAME =
'stock_movement'

Instance Attribute Summary

Attributes inherited from Resources

#api, #default_args, #response

Instance Method Summary collapse

Methods inherited from Resources

#create, #delete, #index, #initialize, #new, #show

Constructor Details

This class inherits a constructor from SpreeClient::API::V1::Resources

Instance Method Details

#destroy(_) ⇒ Object



12
# File 'lib/spree_client/api/v1/stock_movements.rb', line 12

def destroy(_); end

#update(_) ⇒ Object



11
# File 'lib/spree_client/api/v1/stock_movements.rb', line 11

def update(_); end