Class: X12::Composite

Inherits:
Base
  • Object
show all
Defined in:
lib/X12/Composite.rb

Overview

$Id: Composite.rb 35 2008-11-13 18:33:44Z ikk $

Class implementing a composite field.

Instance Method Summary collapse

Instance Method Details

#inspectObject

Make a printable representation of the composite



33
34
35
# File 'lib/X12/Composite.rb', line 33

def inspect
  "Composite "+super.inspect
end