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/AttributeBase.rb, line 145
145:     def initialize(property, type)
146:       super
147:     end

Public Instance Methods

to_s() click to toggle source
     # File lib/AttributeBase.rb, line 149
149:     def to_s
150:       @value.join(', ')
151:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.