Class: ActiveLdap::Schema::Syntax
- Inherits:
-
Entry
- Object
- Entry
- ActiveLdap::Schema::Syntax
show all
- Defined in:
- lib/active_ldap/schema.rb
Instance Attribute Summary
Attributes inherited from Entry
#aliases, #description, #id, #name
Instance Method Summary
collapse
Methods inherited from Entry
#<=>, #eql?, #hash
Constructor Details
#initialize(name, schema) ⇒ Syntax
270
271
272
|
# File 'lib/active_ldap/schema.rb', line 270
def initialize(name, schema)
super(name, schema, "ldapSyntaxes")
end
|
Instance Method Details
#binary_transfer_required? ⇒ Boolean
274
275
276
|
# File 'lib/active_ldap/schema.rb', line 274
def binary_transfer_required?
@binary_transfer_required
end
|
#human_readable? ⇒ Boolean
278
279
280
|
# File 'lib/active_ldap/schema.rb', line 278
def human_readable?
@human_readable
end
|