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

Version Path
easypost-4.13.1 lib/easypost/customs_item.rb
easypost-4.13.0 lib/easypost/customs_item.rb
easypost-4.12.0 lib/easypost/customs_item.rb
easypost-4.11.0 lib/easypost/customs_item.rb
easypost-4.10.0 lib/easypost/customs_item.rb
easypost-4.9.0 lib/easypost/customs_item.rb
easypost-4.8.1 lib/easypost/customs_item.rb
easypost-4.8.0 lib/easypost/customs_item.rb
easypost-4.7.1 lib/easypost/customs_item.rb