class PlentyClient::Market::Ebay::ShopCategory
Constants
- LIST_MARKET_EBAY_SHOP_CATEGORIES
Public Class Methods
list(headers = {}, &block)
click to toggle source
# File lib/plenty_client/market/ebay/shop_category.rb, line 13 def list(headers = {}, &block) get(build_endpoint(LIST_MARKET_EBAY_SHOP_CATEGORIES), headers, &block) end