Class: RubyZmqFramework::Flow::Node
- Inherits:
-
Struct
- Object
- Struct
- RubyZmqFramework::Flow::Node
- Defined in:
- lib/ruby_zmq_framework/flow.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#env ⇒ Object
Returns the value of attribute env.
-
#name ⇒ Object
Returns the value of attribute name.
-
#publishes ⇒ Object
Returns the value of attribute publishes.
-
#subscribes ⇒ Object
Returns the value of attribute subscribes.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
16 17 18 |
# File 'lib/ruby_zmq_framework/flow.rb', line 16 def cmd @cmd end |
#env ⇒ Object
Returns the value of attribute env
16 17 18 |
# File 'lib/ruby_zmq_framework/flow.rb', line 16 def env @env end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/ruby_zmq_framework/flow.rb', line 16 def name @name end |
#publishes ⇒ Object
Returns the value of attribute publishes
16 17 18 |
# File 'lib/ruby_zmq_framework/flow.rb', line 16 def publishes @publishes end |
#subscribes ⇒ Object
Returns the value of attribute subscribes
16 17 18 |
# File 'lib/ruby_zmq_framework/flow.rb', line 16 def subscribes @subscribes end |