Parent

Methods

LdapFluff::Config

Public Class Methods

new(config) click to toggle source
# File lib/ldap_fluff/config.rb, line 18
def initialize(config)
  raise ArgumentError unless config.respond_to?(:to_hash)
  config = validate(convert(config))

  ATTRIBUTES.each do |attr|
    instance_variable_set(:"@#{attr}", config[attr])
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.