Module: Wox::TasksScope
- Included in:
- BuildTasks, IpaTasks, Tasks
- Defined in:
- lib/wox/tasks.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
-
#parent_task ⇒ Object
readonly
Returns the value of attribute parent_task.
Instance Method Summary collapse
Instance Attribute Details
#environment ⇒ Object (readonly)
Returns the value of attribute environment.
5 6 7 |
# File 'lib/wox/tasks.rb', line 5 def environment @environment end |
#parent_task ⇒ Object (readonly)
Returns the value of attribute parent_task.
5 6 7 |
# File 'lib/wox/tasks.rb', line 5 def parent_task @parent_task end |
Instance Method Details
#initialize(environment, parent_task = nil) ⇒ Object
6 7 8 9 |
# File 'lib/wox/tasks.rb', line 6 def initialize environment, parent_task = nil @environment = environment @parent_task = parent_task end |