Class: Stamps::Mapping::CustomsLinesArray

Inherits:
Hashie::Trash show all
Defined in:
lib/stamps/mapping.rb

Instance Method Summary collapse

Methods inherited from Hashie::Trash

#to_hash

Instance Method Details

#custom=(val) ⇒ Object



262
263
264
# File 'lib/stamps/mapping.rb', line 262

def custom=(val)
  self[:CustomsLine] = CustomsLine.new(val).to_hash
end