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