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

Version Path
easypost-4.7.0 lib/easypost/customs_item.rb
easypost-4.6.0 lib/easypost/customs_item.rb
easypost-4.5.0 lib/easypost/customs_item.rb
easypost-4.4.0 lib/easypost/customs_item.rb
easypost-4.3.0 lib/easypost/customs_item.rb
easypost-4.2.1 lib/easypost/customs_item.rb
easypost-4.2.0 lib/easypost/customs_item.rb
easypost-4.1.2 lib/easypost/customs_item.rb
easypost-4.1.1 lib/easypost/customs_item.rb
easypost-4.1.0 lib/easypost/customs_item.rb
easypost-4.0.0 lib/easypost/customs_item.rb