Sha256: 4c57a3b55f0f4cf872d2a67f0ced1f750d3c65f4e97255d0302f9ea451babe3f

Contents?: true

Size: 371 Bytes

Versions: 11

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

# CustomsInfo objects contain CustomsItem objects and all necessary information for the generation of customs forms required for international shipping.
class EasyPost::CustomsInfo < EasyPost::Resource
  # Retrieve a list of CustomsInfo objects
  def self.all
    raise NotImplementedError.new('CustomsInfo.all not implemented.')
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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