Class: TabsTabs::Metrics::Task::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/tabs_tabs/metrics/task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#average_completion_timeObject

Returns the value of attribute average_completion_time

Returns:

  • (Object)

    the current value of average_completion_time



9
10
11
# File 'lib/tabs_tabs/metrics/task.rb', line 9

def average_completion_time
  @average_completion_time
end

#completed_within_periodObject

Returns the value of attribute completed_within_period

Returns:

  • (Object)

    the current value of completed_within_period



9
10
11
# File 'lib/tabs_tabs/metrics/task.rb', line 9

def completed_within_period
  @completed_within_period
end

#completion_rateObject

Returns the value of attribute completion_rate

Returns:

  • (Object)

    the current value of completion_rate



9
10
11
# File 'lib/tabs_tabs/metrics/task.rb', line 9

def completion_rate
  @completion_rate
end

#started_and_completed_within_periodObject

Returns the value of attribute started_and_completed_within_period

Returns:

  • (Object)

    the current value of started_and_completed_within_period



9
10
11
# File 'lib/tabs_tabs/metrics/task.rb', line 9

def started_and_completed_within_period
  @started_and_completed_within_period
end

#started_within_periodObject

Returns the value of attribute started_within_period

Returns:

  • (Object)

    the current value of started_within_period



9
10
11
# File 'lib/tabs_tabs/metrics/task.rb', line 9

def started_within_period
  @started_within_period
end