Sha256: 69c0dd8534adab1d2d01ca1425dcedc3b07c4c1d3531689b6e3744bfeca7d969

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

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

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl/resources/price_list.rb
ruby-brightpearl-0.3.0 lib/brightpearl/resources/price_list.rb
ruby-brightpearl-0.2.0 lib/brightpearl/resources/price_list.rb
ruby-brightpearl-0.1.01 lib/brightpearl/resources/price_list.rb
ruby-brightpearl-0.1.0 lib/brightpearl/resources/price_list.rb