90 91 92
# File 'lib/baldr/envelope.rb', line 90 def sender_id=(value) self['ISA06'] = value.to_s.ljust(record_def[5][:max]) end