class ActiveLdap::Schema::Attribute

def binary?

X-NOT-HUMAN-READABLE or X-BINARY-TRANSFER-REQUIRED
Returns true if the given attribute's syntax is binary syntax,

binary?
def binary?
  @binary
end