class DepartmentContact

Public Instance Methods

is_person?() click to toggle source
# File lib/buweb/department_contact.rb, line 28
def is_person?
  has_person?
end
to_s() click to toggle source
# File lib/buweb/department_contact.rb, line 32
def to_s
  name
end