module PlentyClient::Webstore

Constants

LIST_WEBSTORES

Public Class Methods

list(headers = {}, &block) click to toggle source
# File lib/plenty_client/webstore.rb, line 11
def list(headers = {}, &block)
  get(build_endpoint(LIST_WEBSTORES), headers, &block)
end