Sha256: e7f4e332ae2caa6075ec34764839c7bd105f4e4fd8828a383ac277cc6ba630a3
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true # A CustomsItem object describes goods for international shipment and should be created then included in a CustomsInfo object. class EasyPost::CustomsItem < EasyPost::Resource # Retrieve a list of CustomsItem objects def self.all(_filters = {}, _api_key = nil) raise NotImplementedError.new('CustomsItem.all not implemented.') end end
Version data entries
9 entries across 9 versions & 1 rubygems