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