Class: EDI::MsgGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/edi/edi2json.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



112
113
114
# File 'lib/edi/edi2json.rb', line 112

def to_hash
  self.collect { |msg| { msg.name => msg.to_hash } }
end