Class: Sprinkle::Installers::Runner
- Defined in:
- lib/sprinkle/installers/runner.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
:nodoc:.
Attributes inherited from Installer
#delivery, #options, #package, #post, #pre
Attributes included from Configurable
Instance Method Summary collapse
-
#initialize(parent, cmd) ⇒ Runner
constructor
:nodoc:.
Methods inherited from Installer
Methods included from Configurable
#assert_delivery, #defaults, #method_missing, #option?
Constructor Details
#initialize(parent, cmd) ⇒ Runner
:nodoc:
6 7 8 9 |
# File 'lib/sprinkle/installers/runner.rb', line 6 def initialize(parent, cmd) #:nodoc: super parent @cmd = cmd end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sprinkle::Configurable
Instance Attribute Details
#cmd ⇒ Object
:nodoc:
4 5 6 |
# File 'lib/sprinkle/installers/runner.rb', line 4 def cmd @cmd end |