Class: SSHKit::Runner::Abstract
- Inherits:
-
Object
- Object
- SSHKit::Runner::Abstract
- Defined in:
- lib/sshkit/runners/abstract.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#hosts ⇒ Object
readonly
Returns the value of attribute hosts.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(hosts, options = nil, &block) ⇒ Abstract
constructor
A new instance of Abstract.
Constructor Details
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block.
7 8 9 |
# File 'lib/sshkit/runners/abstract.rb', line 7 def block @block end |
#hosts ⇒ Object (readonly)
Returns the value of attribute hosts.
7 8 9 |
# File 'lib/sshkit/runners/abstract.rb', line 7 def hosts @hosts end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/sshkit/runners/abstract.rb', line 7 def @options end |