Class: Timely::Rows::TotalCount
- Inherits:
-
Timely::Row
- Object
- Timely::Row
- Timely::Rows::TotalCount
- Defined in:
- lib/timely/rows/total_count.rb
Instance Attribute Summary
Attributes inherited from Timely::Row
#key, #options, #scope, #title
Instance Method Summary collapse
Methods inherited from Timely::Row
#cache_key, #cacheable?, #default_options, #initialize, #to_s, #total
Constructor Details
This class inherits a constructor from Timely::Row
Instance Method Details
#value(starts_at, ends_at) ⇒ Object
4 5 6 |
# File 'lib/timely/rows/total_count.rb', line 4 def value(starts_at, ends_at) total ends_at end |