Class: Sprinkle::Installers::User
Instance Attribute Summary
Attributes inherited from Installer
#delivery, #options, #package, #post, #pre
Attributes included from Configurable
Instance Method Summary (collapse)
-
- (User) initialize(package, username, options, &block)
constructor
A new instance of User.
Methods inherited from Installer
Methods included from Configurable
#assert_delivery, #defaults, #method_missing, #option?
Constructor Details
- (User) initialize(package, username, options, &block)
A new instance of User
4 5 6 7 8 |
# File 'lib/sprinkle/installers/user.rb', line 4 def initialize(package, username, , &block) super package, &block @username = username @options = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sprinkle::Configurable