Class: RubyZmqFramework::Flow::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_zmq_framework/flow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cmdObject

Returns the value of attribute cmd

Returns:

  • (Object)

    the current value of cmd



16
17
18
# File 'lib/ruby_zmq_framework/flow.rb', line 16

def cmd
  @cmd
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



16
17
18
# File 'lib/ruby_zmq_framework/flow.rb', line 16

def env
  @env
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/ruby_zmq_framework/flow.rb', line 16

def name
  @name
end

#publishesObject

Returns the value of attribute publishes

Returns:

  • (Object)

    the current value of publishes



16
17
18
# File 'lib/ruby_zmq_framework/flow.rb', line 16

def publishes
  @publishes
end

#subscribesObject

Returns the value of attribute subscribes

Returns:

  • (Object)

    the current value of subscribes



16
17
18
# File 'lib/ruby_zmq_framework/flow.rb', line 16

def subscribes
  @subscribes
end