Class: Processor::RenderTask
- Inherits:
-
Struct
- Object
- Struct
- Processor::RenderTask
- Defined in:
- lib/processor.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
8 9 10 |
# File 'lib/processor.rb', line 8 def block @block end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/processor.rb', line 8 def description @description end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/processor.rb', line 8 def name @name end |