Class: Brightpearl::ProductCustomFieldMetadata

Inherits:
Resource
  • Object
show all
Defined in:
lib/brightpearl/resources/product_custom_field_metadata.rb

Overview

Class Method Summary collapse

Methods inherited from Resource

send_request, to_query

Class Method Details

.get(id_set = nil) ⇒ Object



5
6
7
8
9
10
# File 'lib/brightpearl/resources/product_custom_field_metadata.rb', line 5

def get(id_set = nil)
  path = "product-service/product/custom-field-meta-data"
  path = "#{path}/#{id_set}" if id_set

  send_request(path: path, method: :get)
end