Class: BuildTasks::FPMCookery::Tasks
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- BuildTasks::FPMCookery::Tasks
- Extended by:
- Forwardable
- Includes:
- Mixins::Tasks
- Defined in:
- lib/buildtasks/fpm_cookery/tasks.rb
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Tasks
constructor
A new instance of Tasks.
Methods included from Mixins::Tasks
Constructor Details
#initialize(attributes) ⇒ Tasks
Returns a new instance of Tasks.
14 15 16 17 18 |
# File 'lib/buildtasks/fpm_cookery/tasks.rb', line 14 def initialize(attributes) @attributes = attributes validate_attributes define_tasks end |