Sha256: abc7050f13d0c98fc7d25919467692475be7727d87c365ee3648d4e9f7e89f7c
Contents?: true
Size: 345 Bytes
Versions: 11
Compression:
Stored size: 345 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 raise NotImplementedError.new('CustomsItem.all not implemented.') end end
Version data entries
11 entries across 11 versions & 1 rubygems