Sha256: 9a6b02695b21d588c9906c9bdc957ca9ffd4857a9af8256b977b80aa0c770ada
Contents?: true
Size: 313 Bytes
Versions: 9
Compression:
Stored size: 313 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(_filters = {}, _api_key = nil) raise NotImplementedError.new('Parcel.all not implemented.') end end
Version data entries
9 entries across 9 versions & 1 rubygems