Sha256: f1cb24c457f827c71cb4cd78a0899cf98bcfc18d8bd6193d2553200de0cad250

Contents?: true

Size: 313 Bytes

Versions: 9

Compression:

Stored size: 313 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(_filters = {}, _api_key = nil)
    raise NotImplementedError.new('Rate.all not implemented.')
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
easypost-4.13.1 lib/easypost/rate.rb
easypost-4.13.0 lib/easypost/rate.rb
easypost-4.12.0 lib/easypost/rate.rb
easypost-4.11.0 lib/easypost/rate.rb
easypost-4.10.0 lib/easypost/rate.rb
easypost-4.9.0 lib/easypost/rate.rb
easypost-4.8.1 lib/easypost/rate.rb
easypost-4.8.0 lib/easypost/rate.rb
easypost-4.7.1 lib/easypost/rate.rb