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, ) @owner = owner = reset extend([:extend]) if [:extend] end |