Class: LDAP::Server::Operation::AttributeRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldap/server/operation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end



102
103
104
# File 'lib/ldap/server/operation.rb', line 102

def end
  @end
end

#startObject

Returns the value of attribute start



102
103
104
# File 'lib/ldap/server/operation.rb', line 102

def start
  @start
end