class UCB::LDAP::ExpiredPerson

=UCB::LDAP::ExpiredPerson

Class for accessing the Expired People tree of the UCB LDAP directory. Identical in every way to Person apart from binding.

Public Instance Methods

expired?() click to toggle source

Returns expired status

True by definition for expired users

# File lib/ucb_ldap/expired_person.rb, line 18
def expired?
  true
end