Class: ShedCloud::PartnerApi::Resources::LotStock

Inherits:
Base
  • Object
show all
Defined in:
lib/shedcloud/partner_api/resources/lot_stock.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ShedCloud::PartnerApi::Resources::Base

Instance Method Details

#list(params = {}) ⇒ Object



9
10
11
# File 'lib/shedcloud/partner_api/resources/lot_stock.rb', line 9

def list(params = {})
  @http.request('GET', '/partner/v1/lot-stock', query: params) || {}
end