Class: Cellect::Server::NodeSet
- Inherits:
-
Object
- Object
- Cellect::Server::NodeSet
- Defined in:
- lib/cellect/server/node_set.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
readonly
Returns the value of attribute instance.
Instance Method Summary collapse
-
#initialize ⇒ NodeSet
constructor
Registers this server instance.
Constructor Details
#initialize ⇒ NodeSet
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
#instance ⇒ Object (readonly)
Returns the value of attribute instance.
4 5 6 |
# File 'lib/cellect/server/node_set.rb', line 4 def instance @instance end |