Module: Buildr::Project::RecursiveTask
- Defined in:
- lib/buildr/core/project.rb
Instance Attribute Summary collapse
-
#project ⇒ Object
Returns the value of attribute project.
-
#task_name ⇒ Object
Returns the value of attribute task_name.
Instance Method Summary collapse
Instance Attribute Details
#project ⇒ Object
Returns the value of attribute project.
188 189 190 |
# File 'lib/buildr/core/project.rb', line 188 def project @project end |
#task_name ⇒ Object
Returns the value of attribute task_name.
188 189 190 |
# File 'lib/buildr/core/project.rb', line 188 def task_name @task_name end |