class TheCount::Countable
Attributes
service_name[R]
unit[R]
value[R]
Public Instance Methods
count(url)
click to toggle source
# File lib/thecount/countable.rb, line 5 def count(url) raise "This countable object must have a count strategy implemented" end