Class: SSHKit::Runner::Group
- Inherits:
-
Sequential
- Object
- Abstract
- Sequential
- SSHKit::Runner::Group
- Defined in:
- lib/sshkit/runners/group.rb
Instance Attribute Summary collapse
-
#group_size ⇒ Object
writeonly
Sets the attribute group_size.
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from SSHKit::Runner::Abstract
Instance Attribute Details
#group_size=(value) ⇒ Object
Sets the attribute group_size
6 7 8 |
# File 'lib/sshkit/runners/group.rb', line 6 def group_size=(value) @group_size = value end |