class EasyPost::Parcel
Parcel
objects represent the physical container being shipped.
Public Class Methods
all(_filters = {}, _api_key = nil)
click to toggle source
Retrieving all Parcel
objects is not supported.
# File lib/easypost/parcel.rb, line 6 def self.all(_filters = {}, _api_key = nil) raise NotImplementedError.new('Parcel.all not implemented.') end