Module: PlentyClient::Webstore
Constant Summary collapse
- LIST_WEBSTORES =
'/webstores'
Class Method Summary collapse
Methods included from Request
Methods included from Endpoint
Class Method Details
.list(headers = {}, &block) ⇒ Object
11 12 13 |
# File 'lib/plenty_client/webstore.rb', line 11 def list(headers = {}, &block) get(build_endpoint(LIST_WEBSTORES), headers, &block) end |