Class: MasterSlave::RuntimeRegistry
- Inherits:
-
Object
- Object
- MasterSlave::RuntimeRegistry
- Extended by:
- ActiveSupport::PerThreadRegistry
- Defined in:
- lib/master_slave/runtime_registry.rb
Instance Attribute Summary collapse
-
#current_slave_name ⇒ Object
Returns the value of attribute current_slave_name.
-
#slave_block ⇒ Object
Returns the value of attribute slave_block.
Instance Attribute Details
#current_slave_name ⇒ Object
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_block ⇒ Object
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 |