Class: Shippo::API::Category::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/shippo/api/category/status.rb

Overview

Status is a category class with the following possible values:

  • “Waiting” shipments have been successfully submitted but not yet been processed.

  • “Queued” shipments are currently being processed.

  • “Success” shipments have been processed successfully,

    meaning that rate generation has concluded.
    
  • “Error” does not occur currently and is reserved for future use.

Instance Attribute Summary

Attributes inherited from Base

#name, #value

Method Summary

Methods inherited from Base

#eql?, inherited, #initialize, #to_s

Constructor Details

This class inherits a constructor from Shippo::API::Category::Base