Class: KManager::Manager::Show

Inherits:
Struct
  • Object
show all
Defined in:
lib/k_manager/manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#finishedObject

Returns the value of attribute finished

Returns:

  • (Object)

    the current value of finished



51
52
53
# File 'lib/k_manager/manager.rb', line 51

def finished
  @finished
end

#finished_messageObject

Returns the value of attribute finished_message

Returns:

  • (Object)

    the current value of finished_message



51
52
53
# File 'lib/k_manager/manager.rb', line 51

def finished_message
  @finished_message
end

#time_takenObject

Returns the value of attribute time_taken

Returns:

  • (Object)

    the current value of time_taken



51
52
53
# File 'lib/k_manager/manager.rb', line 51

def time_taken
  @time_taken
end