Class: Postmen::Shipment

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/postmen/shipment.rb

Overview

Shipment object

See Also:

Instance Method Summary collapse

Instance Method Details

#to_hashHash

Converts object to hash



14
15
16
# File 'lib/postmen/shipment.rb', line 14

def to_hash
  super.reject { |_k, v| v.nil? }
end