Sha256: 3211560b5545828f8970802d887e9400172f81b2cf2814ce4b781b951c1a2cde

Contents?: true

Size: 282 Bytes

Versions: 11

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

# A Rate object contains all the details about the rate of a Shipment.
class EasyPost::Rate < EasyPost::Resource
  # Retrieving all Rate objects is not supported.
  def self.all
    raise NotImplementedError.new('Rate.all not implemented.')
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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