class ActiveLdap::Ldif::ChangeRecord

def add?

def add?
  @change_type == "add"
end