class EDI::Diagram::TNode

T-Node: Additionally maintain the tail branch and the segment group name

Attributes

sg_name[R]
tail[RW]

Public Class Methods

new(name, status, rep) click to toggle source
Calls superclass method
# File lib/edi4r/diagrams.rb, line 421
def initialize(name, status, rep)
  super
  @tail, @sg_name = nil, @name
end