Sha256: c5581ca2981caaef6bce0c220491eb2911ee04bf6489a89926e9dfbf13f401a1
Contents?: true
Size: 184 Bytes
Versions: 5
Compression:
Stored size: 184 Bytes
Contents
module Brightpearl module APIOperations module Post def post(params) send_request(path: "#{resource_path}", method: :post, body: params) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems