Sha256: 37f0ff07c589369a8da41e3aea680383765304430e769aa0d54aeaadf3c87150
Contents?: true
Size: 289 Bytes
Versions: 14
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true # A CarrierAccount encapsulates your credentials with the carrier. class EasyPost::CarrierAccount < EasyPost::Resource # Retrieve a list of available CarrierAccount types for the authenticated User. def self.types EasyPost::CarrierType.all end end
Version data entries
14 entries across 14 versions & 1 rubygems