Class: Athar::Dashboard::KpiCalculator::Result
- Inherits:
-
Data
- Object
- Data
- Athar::Dashboard::KpiCalculator::Result
- Defined in:
- lib/athar/dashboard/kpi_calculator.rb
Instance Attribute Summary collapse
-
#distinct_actors_30d ⇒ Object
readonly
Returns the value of attribute distinct_actors_30d.
-
#last_24h ⇒ Object
readonly
Returns the value of attribute last_24h.
-
#last_7d ⇒ Object
readonly
Returns the value of attribute last_7d.
-
#prior_7d ⇒ Object
readonly
Returns the value of attribute prior_7d.
-
#scope_total ⇒ Object
readonly
Returns the value of attribute scope_total.
-
#sparkline ⇒ Object
readonly
Returns the value of attribute sparkline.
-
#truncates_30d ⇒ Object
readonly
Returns the value of attribute truncates_30d.
Instance Attribute Details
#distinct_actors_30d ⇒ Object (readonly)
Returns the value of attribute distinct_actors_30d
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def distinct_actors_30d @distinct_actors_30d end |
#last_24h ⇒ Object (readonly)
Returns the value of attribute last_24h
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def last_24h @last_24h end |
#last_7d ⇒ Object (readonly)
Returns the value of attribute last_7d
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def last_7d @last_7d end |
#prior_7d ⇒ Object (readonly)
Returns the value of attribute prior_7d
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def prior_7d @prior_7d end |
#scope_total ⇒ Object (readonly)
Returns the value of attribute scope_total
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def scope_total @scope_total end |
#sparkline ⇒ Object (readonly)
Returns the value of attribute sparkline
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def sparkline @sparkline end |
#truncates_30d ⇒ Object (readonly)
Returns the value of attribute truncates_30d
6 7 8 |
# File 'lib/athar/dashboard/kpi_calculator.rb', line 6 def truncates_30d @truncates_30d end |