Method: HOC::Hits#initialize
- Defined in:
- lib/hoc/hits.rb
#initialize(date, total) ⇒ Hits
Returns a new instance of Hits.
27 28 29 30 |
# File 'lib/hoc/hits.rb', line 27 def initialize(date, total) @date = date @total = total end |
Returns a new instance of Hits.
27 28 29 30 |
# File 'lib/hoc/hits.rb', line 27 def initialize(date, total) @date = date @total = total end |