Class: ActiveLdap::Schema::Syntax
- Defined in:
- lib/active_ldap/schema.rb
Instance Attribute Summary
Attributes inherited from Entry
#aliases, #description, #id, #name
Instance Method Summary collapse
- #binary_transfer_required? ⇒ Boolean
- #human_readable? ⇒ Boolean
-
#initialize(name, schema) ⇒ Syntax
constructor
A new instance of Syntax.
Methods inherited from Entry
Constructor Details
#initialize(name, schema) ⇒ Syntax
Returns a new instance of 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 |