Class: Rixie::Event::TaskStart

Inherits:
Data
  • Object
show all
Defined in:
lib/rixie/event/task_start.rb

Instance Attribute Summary collapse

Instance Attribute Details

#strategyObject (readonly)

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



5
6
7
# File 'lib/rixie/event/task_start.rb', line 5

def strategy
  @strategy
end

#user_inputObject (readonly)

Returns the value of attribute user_input

Returns:

  • (Object)

    the current value of user_input



5
6
7
# File 'lib/rixie/event/task_start.rb', line 5

def user_input
  @user_input
end