Class: Pot::Installers::Runner
- Inherits:
-
Pot::Installer
- Object
- Pot::Installer
- Pot::Installers::Runner
- Defined in:
- lib/pot/installers/runner.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
:nodoc:.
Attributes inherited from Pot::Installer
#actor, #options, #package, #post, #pre
Instance Method Summary collapse
-
#initialize(parent, cmd, options = {}, &block) ⇒ Runner
constructor
:nodoc:.
Methods inherited from Pot::Installer
#archives, #builds, #commands, #prefix, #process
Constructor Details
#initialize(parent, cmd, options = {}, &block) ⇒ Runner
:nodoc:
8 9 10 11 |
# File 'lib/pot/installers/runner.rb', line 8 def initialize(parent, cmd, = {}, &block) #:nodoc: super parent, , &block @cmd = cmd end |
Instance Attribute Details
#cmd ⇒ Object
:nodoc:
6 7 8 |
# File 'lib/pot/installers/runner.rb', line 6 def cmd @cmd end |