Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveSambaLdap::Configuration::ClassMethods::ValidHash

Public Instance Methods

[](name) click to toggle source
# File lib/active_samba_ldap/configuration.rb, line 43
def [](name)
  if Private.required_variables.include?(name) and !has_key?(name)
    raise MissingRequiredVariableError.new(name)
  end
  super(name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.