class PlentyClient::Order::Shipping::Country
Constants
- LIST_SHIPPING_COUNTRIES
Public Class Methods
list(headers = {}, &block)
click to toggle source
# File lib/plenty_client/order/shipping/country.rb, line 13 def list(headers = {}, &block) get(build_endpoint(LIST_SHIPPING_COUNTRIES), headers, &block) end