Class: Rednode::Node
- Inherits:
-
Object
- Object
- Rednode::Node
- Defined in:
- lib/rednode/node.rb
Instance Attribute Summary collapse
-
#engine ⇒ Object
readonly
Returns the value of attribute engine.
-
#main ⇒ Object
readonly
Returns the value of attribute main.
Instance Method Summary collapse
-
#initialize(main) ⇒ Node
constructor
A new instance of Node.
- #start(process = Process.new(self)) ⇒ Object
Constructor Details
Instance Attribute Details
#engine ⇒ Object (readonly)
Returns the value of attribute engine.
5 6 7 |
# File 'lib/rednode/node.rb', line 5 def engine @engine end |
#main ⇒ Object (readonly)
Returns the value of attribute main.
5 6 7 |
# File 'lib/rednode/node.rb', line 5 def main @main end |