Sha256: 26cb1eb9d3e04f750b6fcb5ca210993163b4a375723a0473df2e05c7e7137bed

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

module Brightpearl
  class OrderStatus < Resource
    extend Brightpearl::APIOperations::Get
    extend Brightpearl::APIOperations::Post
    class << self
      def resource_path
        "order-service/order-status"
      end

      # https://api-docs.brightpearl.com/order/order-status/get.html
      # https://api-docs.brightpearl.com/order/order-status/post.html

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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