Class: Rigger::Task
- Inherits:
-
Struct
- Object
- Struct
- Rigger::Task
- Defined in:
- lib/rigger/task.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
2 3 4 |
# File 'lib/rigger/task.rb', line 2 def block @block end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/rigger/task.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/rigger/task.rb', line 2 def @options end |