Class: TabsTabs::Metrics::Task::Stats
- Inherits:
-
Struct
- Object
- Struct
- TabsTabs::Metrics::Task::Stats
- Defined in:
- lib/tabs_tabs/metrics/task.rb
Instance Attribute Summary collapse
-
#average_completion_time ⇒ Object
Returns the value of attribute average_completion_time.
-
#completed_within_period ⇒ Object
Returns the value of attribute completed_within_period.
-
#completion_rate ⇒ Object
Returns the value of attribute completion_rate.
-
#started_and_completed_within_period ⇒ Object
Returns the value of attribute started_and_completed_within_period.
-
#started_within_period ⇒ Object
Returns the value of attribute started_within_period.
Instance Attribute Details
#average_completion_time ⇒ Object
Returns the value of attribute 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_period ⇒ Object
Returns the value of attribute completed_within_period
9 10 11 |
# File 'lib/tabs_tabs/metrics/task.rb', line 9 def completed_within_period @completed_within_period end |
#completion_rate ⇒ Object
Returns the value of attribute completion_rate
9 10 11 |
# File 'lib/tabs_tabs/metrics/task.rb', line 9 def completion_rate @completion_rate end |
#started_and_completed_within_period ⇒ Object
Returns the value of attribute 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_period ⇒ Object
Returns the value of attribute started_within_period
9 10 11 |
# File 'lib/tabs_tabs/metrics/task.rb', line 9 def started_within_period @started_within_period end |