Class: JsProjectBuilder::Tasks

Inherits:
Rake::TaskLib
  • Object
show all
Defined in:
lib/js_project_builder_tasks.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_builderObject (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