class EasyPost::CustomsItem

Public Class Methods

all(filters={}, api_key=nil) click to toggle source
# File lib/easypost/customs_item.rb, line 2
def self.all(filters={}, api_key=nil)
  raise NotImplementedError.new('CustomsItem.all not implemented.')
end