Class Index [+]

Quicksearch

TaskJuggler::BookingListAttribute

Public Class Methods

new(property, type) click to toggle source
    # File lib/taskjuggler/Attributes.rb, line 94
94:     def initialize(property, type)
95:       super
96:     end
tjpId() click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 98
 98:     def BookingListAttribute::tjpId
 99:       'bookinglist'
100:     end

Public Instance Methods

to_s(query = nil) click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 102
102:     def to_s(query = nil)
103:       @value.collect{ |x| x.to_s }.join(', ')
104:     end
to_tjp() click to toggle source
     # File lib/taskjuggler/Attributes.rb, line 106
106:     def to_tjp
107:       raise "Don't call this method. This needs to be a special case."
108:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.