class Bundler::URI::LDAP

def set_attributes(val)

Private setter for attributes +val+.
def set_attributes(val)
  @attributes = val
  build_path_query
  @attributes
end