Method: TaskJuggler::AccountAttribute#to_s

Defined in:
lib/taskjuggler/Attributes.rb

#to_s(query = nil) ⇒ Object



34
35
36
# File 'lib/taskjuggler/Attributes.rb', line 34

def to_s(query = nil)
  (v = get) ? v.id : ''
end