Class: JsProjectBuilder::Tasks
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- JsProjectBuilder::Tasks
- Defined in:
- lib/js_project_builder_tasks.rb
Instance Attribute Summary collapse
-
#project_builder ⇒ Object
readonly
Returns the value of attribute project_builder.
Instance Method Summary collapse
-
#initialize(project_builder) ⇒ Tasks
constructor
A new instance of Tasks.
Constructor Details
#initialize(project_builder) ⇒ Tasks
Returns a new instance of Tasks.
9 10 11 12 |
# File 'lib/js_project_builder_tasks.rb', line 9 def initialize(project_builder) @project_builder = project_builder define end |
Instance Attribute Details
#project_builder ⇒ Object (readonly)
Returns the value of attribute project_builder.
7 8 9 |
# File 'lib/js_project_builder_tasks.rb', line 7 def project_builder @project_builder end |