Class: ActiveLdap::Schema::Syntax

Inherits:
Entry
  • Object
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

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

Returns:

  • (Boolean)


274
275
276
# File 'lib/active_ldap/schema.rb', line 274

def binary_transfer_required?
  @binary_transfer_required
end

#human_readable?Boolean

Returns:

  • (Boolean)


278
279
280
# File 'lib/active_ldap/schema.rb', line 278

def human_readable?
  @human_readable
end