Class: Jade::Task::AndThen
- Inherits:
-
Data
- Object
- Data
- Jade::Task::AndThen
- Includes:
- Jade::Task
- Defined in:
- lib/jade/task.rb
Instance Attribute Summary collapse
-
#fn ⇒ Object
readonly
Returns the value of attribute fn.
-
#task ⇒ Object
readonly
Returns the value of attribute task.
Instance Method Summary collapse
Instance Attribute Details
#fn ⇒ Object (readonly)
Returns the value of attribute fn
32 33 34 |
# File 'lib/jade/task.rb', line 32 def fn @fn end |
#task ⇒ Object (readonly)
Returns the value of attribute task
32 33 34 |
# File 'lib/jade/task.rb', line 32 def task @task end |