Class: Cellect::Server::NodeSet

Inherits:
Object
  • Object
show all
Defined in:
lib/cellect/server/node_set.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNodeSet

Registers this server instance



7
8
9
10
# File 'lib/cellect/server/node_set.rb', line 7

def initialize
  Attention.activate
  @instance = Attention.instance
end

Instance Attribute Details

#instanceObject (readonly)

Returns the value of attribute instance.



4
5
6
# File 'lib/cellect/server/node_set.rb', line 4

def instance
  @instance
end