Class: Sprinkle::Installers::Runner

Inherits:
Installer
  • Object
show all
Defined in:
lib/sprinkle/installers/runner.rb

Instance Attribute Summary collapse

Attributes inherited from Installer

#delivery, #options, #package, #post, #pre

Attributes included from Configurable

#delivery

Instance Method Summary collapse

Methods inherited from Installer

#process

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

#cmdObject

:nodoc:



4
5
6
# File 'lib/sprinkle/installers/runner.rb', line 4

def cmd
  @cmd
end