Methods

Class Index [+]

Quicksearch

TaskJuggler::ListAttributeBase

The ListAttributeBase is a specialized form of AttributeBase for a list of values instead of a single value. It will be used as a base class for all attributes that hold lists.

Public Class Methods

new(property, type) click to toggle source
     # File lib/taskjuggler/AttributeBase.rb, line 156
156:     def initialize(property, type)
157:       super
158:     end

Public Instance Methods

to_s() click to toggle source
     # File lib/taskjuggler/AttributeBase.rb, line 160
160:     def to_s
161:       @value.join(', ')
162:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.