class EasyPost::Rate
A Rate
object contains all the details about the rate of a Shipment.
Public Class Methods
all(_filters = {}, _api_key = nil)
click to toggle source
Retrieving all Rate
objects is not supported.
# File lib/easypost/rate.rb, line 6 def self.all(_filters = {}, _api_key = nil) raise NotImplementedError.new('Rate.all not implemented.') end