Class: Jade::Task::Dispatch
- Inherits:
-
Data
- Object
- Data
- Jade::Task::Dispatch
- Includes:
- Jade::Task
- Defined in:
- lib/jade/task.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#task_def ⇒ Object
readonly
Returns the value of attribute task_def.
Instance Method Summary collapse
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
13 14 15 |
# File 'lib/jade/task.rb', line 13 def args @args end |
#task_def ⇒ Object (readonly)
Returns the value of attribute task_def
13 14 15 |
# File 'lib/jade/task.rb', line 13 def task_def @task_def end |