Sha256: c0e1081bb0ac74f1647e288334c31e93e1c0dee3d25adbb294091f0714bcd99d
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
class EasyPost::CarrierAccount < EasyPost::Resource def self.types response = EasyPost.make_request(:get, "/carrier_types", @api_key) return EasyPost::Util.convert_to_easypost_object(response, api_key) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
easypost-3.2.0 | lib/easypost/carrier_account.rb |
easypost-3.1.5 | lib/easypost/carrier_account.rb |