Method: Bundler::URI::LDAP#attributes=

Defined in:
lib/bundler/vendor/uri/lib/uri/ldap.rb

#attributes=(val) ⇒ Object

Setter for attributes val.



191
192
193
194
# File 'lib/bundler/vendor/uri/lib/uri/ldap.rb', line 191

def attributes=(val)
  set_attributes(val)
  val
end