Method: ActiveLdap::Association::Proxy#initialize

Defined in:
lib/active_ldap/association/proxy.rb

#initialize(owner, options) ⇒ Proxy

Returns a new instance of Proxy.



8
9
10
11
12
13
# File 'lib/active_ldap/association/proxy.rb', line 8

def initialize(owner, options)
  @owner = owner
  @options = options
  reset
  extend(options[:extend]) if options[:extend]
end