Sha256: 0a9bf79a2c21830521ec5905f99747b03ef5f4073dcac04fd9fcbb1f9515dce0

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

module Brightpearl
  module APIOperations
    module Put
      def put(id, params)
        send_request(path: "#{resource_path}/#{id}", method: :put, body: params)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl/api_operations/put.rb
ruby-brightpearl-0.3.0 lib/brightpearl/api_operations/put.rb
ruby-brightpearl-0.2.0 lib/brightpearl/api_operations/put.rb
ruby-brightpearl-0.1.01 lib/brightpearl/api_operations/put.rb
ruby-brightpearl-0.1.0 lib/brightpearl/api_operations/put.rb