This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

URI::LDAP

        # URI::LDAP < URI::Generic

(from ruby core)
---
LDAP URI SCHEMA (described in RFC2255).
---
# Constants:

COMPONENT
:   An Array of the available components for URI::LDAP.
DEFAULT_PORT
:   A Default port of 389 for URI::LDAP.
SCOPE
:   Scopes available for the starting point.

    *   SCOPE_BASE - the Base DN
    *   SCOPE_ONE  - one level under the Base DN, not including the base
        DN and not including any entries under this
    *   SCOPE_SUB  - subtrees, all entries at all levels



# Class methods:

    build
    new

# Instance methods:

    attributes
    attributes=
    build_path_query
    dn
    dn=
    extensions
    extensions=
    filter
    filter=
    hierarchical?
    parse_dn
    parse_query
    scope
    scope=
    set_attributes
    set_dn
    set_extensions
    set_filter
    set_scope


      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.