Class: EDI::MsgGroup
- Inherits:
-
Object
- Object
- EDI::MsgGroup
- Defined in:
- lib/edi/edi2json.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
112 113 114 |
# File 'lib/edi/edi2json.rb', line 112 def to_hash self.collect { |msg| { msg.name => msg.to_hash } } end |