Class: PlentyClient::Listing::Market::Info

Inherits:
Object
  • Object
show all
Includes:
Endpoint, Request
Defined in:
lib/plenty_client/listing/market/info.rb

Constant Summary collapse

LIST_LISTINGS_MARKET_INFO =
'/listings/markets/info'.freeze

Class Method Summary collapse

Methods included from Request

included

Methods included from Endpoint

included

Class Method Details

.list(headers = {}, &block) ⇒ Object



11
12
13
# File 'lib/plenty_client/listing/market/info.rb', line 11

def list(headers = {}, &block)
  get(build_endpoint(LIST_LISTINGS_MARKET_INFO), headers, &block)
end