Class: MasterSlave::RuntimeRegistry

Inherits:
Object
  • Object
show all
Extended by:
ActiveSupport::PerThreadRegistry
Defined in:
lib/master_slave/runtime_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_slave_nameObject

Returns the value of attribute current_slave_name.



6
7
8
# File 'lib/master_slave/runtime_registry.rb', line 6

def current_slave_name
  @current_slave_name
end

#slave_blockObject

Returns the value of attribute slave_block.



6
7
8
# File 'lib/master_slave/runtime_registry.rb', line 6

def slave_block
  @slave_block
end