I am able to successfully create a shipment using the Ruby client, but when I run
Shippo::Shipment.retrieve("valid_shipment_object_id")
I get:
undefined method
retrieve' for Shippo::Shipment:Class`
and when I run
Shippo.Shipment.rates("valid_shipment_object_id")
I get:
undefined
method `Shipment' for Shippo:Module
I am able to run both of the above commands successfully using the same object ID using the cURL library. Any ideas?
thanks