Sha256: 4f9393f5630c7e608f3abe3f1f8304c407b7dc376aa4faad095f659651c569fb

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

module Brightpearl
  class ProductAvailability < Resource
    extend Brightpearl::APIOperations::Get
    class << self
      def resource_path
        "warehouse-service/product-availability"
      end
      
      # https://api-docs.brightpearl.com/warehouse/product-availability/get.html

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl/resources/product_availability.rb