Class: Vangrail::Dojo::Task
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Dojo::Task
- Defined in:
- lib/vangrail/dojo.rb
Instance Attribute Summary collapse
-
#expect ⇒ Object
Returns the value of attribute expect.
-
#injected_tool ⇒ Object
Returns the value of attribute injected_tool.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#question ⇒ Object
Returns the value of attribute question.
-
#utility_tool ⇒ Object
Returns the value of attribute utility_tool.
Instance Attribute Details
#expect ⇒ Object
Returns the value of attribute expect
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def expect @expect end |
#injected_tool ⇒ Object
Returns the value of attribute injected_tool
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def injected_tool @injected_tool end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def pages @pages end |
#question ⇒ Object
Returns the value of attribute question
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def question @question end |
#utility_tool ⇒ Object
Returns the value of attribute utility_tool
23 24 25 |
# File 'lib/vangrail/dojo.rb', line 23 def utility_tool @utility_tool end |