class PlentyClient::Listing::Market::Info
Constants
- LIST_LISTINGS_MARKET_INFO
Public Class Methods
list(headers = {}, &block)
click to toggle source
# File lib/plenty_client/listing/market/info.rb, line 13 def list(headers = {}, &block) get(build_endpoint(LIST_LISTINGS_MARKET_INFO), headers, &block) end