Class/Module Index [+]

Quicksearch

TaskJuggler::BookingListAttribute

Public Class Methods

new(property, type, container) click to toggle source
# File lib/taskjuggler/Attributes.rb, line 105
def initialize(property, type, container)
  super
end
tjpId() click to toggle source
# File lib/taskjuggler/Attributes.rb, line 109
def BookingListAttribute::tjpId
  'bookinglist'
end

Public Instance Methods

to_s(query = nil) click to toggle source
# File lib/taskjuggler/Attributes.rb, line 113
def to_s(query = nil)
  get.collect{ |x| x.to_s }.join(', ')
end
to_tjp() click to toggle source
# File lib/taskjuggler/Attributes.rb, line 117
def to_tjp
  raise "Don't call this method. This needs to be a special case."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.