- Inheritance
-
< URI::Generic
< Object
Constants
Name |
|
Description |
COMPONENT |
= [ :scheme, :host, :port, :dn, :attributes, :scope, :filter, :extensions, ].freeze |
|
DEFAULT_PORT |
= 389 |
|
SCOPE |
= [ SCOPE_ONE = 'one', SCOPE_SUB = 'sub', SCOPE_BASE = 'base', ].freeze |
|
Methods
Class
Visibility |
Signature |
public |
build (args) |
public |
new (*arg) |
Instance
Class Method Detail
build(args)
new(*arg)
Instance Method Detail
attributes()
attributes=(val)
dn()
dn=(val)
extensions()
extensions=(val)
filter()
filter=(val)
hierarchical?()
scope()
scope=(val)
set_attributes(val)
set_dn(val)
set_extensions(val)
set_filter(val)
set_scope(val)