class Dynaccount::StockAdjustment

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/stock_adjustment.rb, line 7
def self.api_path
  'stock_adjustment'
end
ignore_put() click to toggle source
# File lib/dynaccount/stock_adjustment.rb, line 3
def self.ignore_put
  [:id, :product_id]
end