class EasyPost::CustomsInfo

Public Class Methods

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