class TaskJuggler::AccountAttribute
Public Class Methods
Source
# File lib/taskjuggler/Attributes.rb, line 27 def initialize(property, type, container) super end
Calls superclass method
TaskJuggler::AttributeBase::new
Source
# File lib/taskjuggler/Attributes.rb, line 31 def AccountAttribute::tjpId 'account' end
Public Instance Methods
Source
# File lib/taskjuggler/Attributes.rb, line 35 def to_s(query = nil) (v = get) ? v.id : '' end