class Postmen::Shipment

Shipment object

@see docs.postmen.com/api.html#shipment API documentation

Public Instance Methods

to_hash() click to toggle source

Converts object to hash @return [Hash]

Calls superclass method
# File lib/postmen/shipment.rb, line 14
def to_hash
  super.reject { |_k, v| v.nil? }
end