Class Sipttra::Node
In: lib/webgen/sipttra_format.rb
Parent: Object
TextNode AdditionalText Comment Node Ticket Category Milestone Tracker lib/webgen/sipttra_format.rb Sipttra dot/m_58_0.png

A simple node belonging to a Tracker. One node represents exactly one line of a sipttra file.

Methods

to_line  

Attributes

tracker  [RW] 

Public Instance methods

Returns the line representation of this node.

[Source]

    # File lib/webgen/sipttra_format.rb, line 35
35:     def to_line
36:       ''
37:     end

[Validate]