Class EDI::Object
In: lib/edi4r.rb
Parent: Object

Basic (abstract) class: Makes sure that all derived EDI objects have at least following attributes:

parent:Reference to parent EDI object (a Collection)
root:Reference to root EDI object (typically an Interchange)
name:The name of this instance (a String object)
Caveat:Setters are used only internally during message construction. Avoid using them!

Methods

new  

Attributes

name  [RW] 
parent  [RW] 
root  [RW] 

Public Class methods

[Validate]