Method: StatHat::API.post_count

Defined in:
lib/stathat.rb

.post_count(stat_key, user_key, count, timestamp = nil, &block) ⇒ Object



84
85
86
# File 'lib/stathat.rb', line 84

def post_count(stat_key, user_key, count, timestamp=nil, &block)
        Reporter.instance.post_count(stat_key, user_key, count, timestamp, block)
end