Class: Rixie::Event::TaskStart
- Inherits:
-
Data
- Object
- Data
- Rixie::Event::TaskStart
- Defined in:
- lib/rixie/event/task_start.rb
Instance Attribute Summary collapse
-
#strategy ⇒ Object
readonly
Returns the value of attribute strategy.
-
#user_input ⇒ Object
readonly
Returns the value of attribute user_input.
Instance Attribute Details
#strategy ⇒ Object (readonly)
Returns the value of attribute strategy
5 6 7 |
# File 'lib/rixie/event/task_start.rb', line 5 def strategy @strategy end |
#user_input ⇒ Object (readonly)
Returns the value of attribute user_input
5 6 7 |
# File 'lib/rixie/event/task_start.rb', line 5 def user_input @user_input end |