Sha256: ff3a451d9ba7442365f2f7909c8b40fe93cf114d91d6ec17376d0d052446c2cc

Contents?: true

Size: 282 Bytes

Versions: 11

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

# Parcel objects represent the physical container being shipped.
class EasyPost::Parcel < EasyPost::Resource
  # Retrieving all Parcel objects is not supported.
  def self.all
    raise NotImplementedError.new('Parcel.all not implemented.')
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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