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