Class: Postmen::Shipment
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Postmen::Shipment
- Defined in:
- lib/postmen/shipment.rb
Overview
Shipment object
Instance Method Summary collapse
-
#to_hash ⇒ Hash
Converts object to hash.
Instance Method Details
#to_hash ⇒ Hash
Converts object to hash
14 15 16 |
# File 'lib/postmen/shipment.rb', line 14 def to_hash super.reject { |_k, v| v.nil? } end |