class EasyPost::Services::CarrierType
Public Instance Methods
Source
# File lib/easypost/services/carrier_type.rb, line 7 def all response = @client.make_request(:get, 'carrier_types') EasyPost::InternalUtilities::Json.convert_json_to_object(response, MODEL_CLASS) end
Retrieve all carrier types