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

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end