Method: PlentyClient::Item::Property.list
- Defined in:
- lib/plenty_client/item/property.rb
.list(headers = {}, &block) ⇒ Object
16 17 18 |
# File 'lib/plenty_client/item/property.rb', line 16 def list(headers = {}, &block) get(build_endpoint(LIST_ALL_PROPERTIES), headers, &block) end |