diff options
| author | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-04 06:26:45 +0000 |
|---|---|---|
| committer | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-04 06:26:45 +0000 |
| commit | cce94d4e655ca836a1fbc87729ce3a212de85f7f (patch) | |
| tree | abe5147994e8566c8c4f7f49e59378f9683df2d3 /lib/uri/ldap.rb | |
| parent | cd7e4071bd827cc6b81a65b2ed1830c0f98b6e7b (diff) | |
| download | ruby-cce94d4e655ca836a1fbc87729ce3a212de85f7f.tar.gz ruby-cce94d4e655ca836a1fbc87729ce3a212de85f7f.tar.xz ruby-cce94d4e655ca836a1fbc87729ce3a212de85f7f.zip | |
updated uri.rb and uri/*.rb to uri-0.9.7
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/ldap.rb')
| -rw-r--r-- | lib/uri/ldap.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/uri/ldap.rb b/lib/uri/ldap.rb index 441ee69b8..2911aa573 100644 --- a/lib/uri/ldap.rb +++ b/lib/uri/ldap.rb @@ -134,6 +134,7 @@ URI::LDAP is copyrighted free software by Takaaki Tateishi and akira yamada. def set_dn(val) @dn = val build_path_query + @dn end protected :set_dn @@ -156,6 +157,7 @@ URI::LDAP is copyrighted free software by Takaaki Tateishi and akira yamada. def set_attributes(val) @attributes = val build_path_query + @attributes end protected :set_attributes @@ -178,6 +180,7 @@ URI::LDAP is copyrighted free software by Takaaki Tateishi and akira yamada. def set_scope(val) @scope = val build_path_query + @scope end protected :set_scope @@ -200,6 +203,7 @@ URI::LDAP is copyrighted free software by Takaaki Tateishi and akira yamada. def set_filter(val) @filter = val build_path_query + @filter end protected :set_filter @@ -222,6 +226,7 @@ URI::LDAP is copyrighted free software by Takaaki Tateishi and akira yamada. def set_extensions(val) @extensions = val build_path_query + @extensions end protected :set_extensions |
