Class: Jade::Task::Map
- Inherits:
-
Data
- Object
- Data
- Jade::Task::Map
- 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
21 22 23 |
# File 'lib/jade/task.rb', line 21 def fn @fn end |
#task ⇒ Object (readonly)
Returns the value of attribute task
21 22 23 |
# File 'lib/jade/task.rb', line 21 def task @task end |