Parent

Class/Module Index [+]

Quicksearch

TaskJuggler::AccountAttribute

Public Class Methods

new(property, type, container) click to toggle source
# File lib/taskjuggler/Attributes.rb, line 24
def initialize(property, type, container)
  super
end
tjpId() click to toggle source
# File lib/taskjuggler/Attributes.rb, line 28
def AccountAttribute::tjpId
  'account'
end

Public Instance Methods

to_s(query = nil) click to toggle source
# File lib/taskjuggler/Attributes.rb, line 32
def to_s(query = nil)
  (v = get) ? v.id : ''
end
to_tjp() click to toggle source
# File lib/taskjuggler/Attributes.rb, line 36
def to_tjp
  (v = get)? v.id : ''
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.