Class: Ldapter::Schema::NameDescObsoleteDefiniton
- Inherits:
-
AbstractDefinition
- Object
- AbstractDefinition
- Ldapter::Schema::NameDescObsoleteDefiniton
- Defined in:
- lib/ldapter/schema.rb
Overview
Serves as an abstract base class for the many definitions that feature name, desc, and obsolete attributes.
Direct Known Subclasses
AttributeType, DITContentRule, MatchingRule, MatchingRuleUse, NameForm, ObjectClass
Instance Attribute Summary
Attributes inherited from AbstractDefinition
Instance Method Summary (collapse)
-
- (Object) names
The definition's name(s), always returned as an array for programmatic ease.
Methods inherited from AbstractDefinition
attr_ldap_boolean, attr_ldap_reader, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Ldapter::Schema::AbstractDefinition
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ldapter::Schema::AbstractDefinition
Instance Method Details
- (Object) names
The definition's name(s), always returned as an array for programmatic ease.
155 156 157 |
# File 'lib/ldapter/schema.rb', line 155 def names Array(name) end |