Method: StatHat::API.ez_post_count

Defined in:
lib/stathat.rb

.ez_post_count(stat_name, ezkey, count, timestamp = nil, &block) ⇒ Object



80
81
82
# File 'lib/stathat.rb', line 80

def ez_post_count(stat_name, ezkey, count, timestamp=nil, &block)
        Reporter.instance.ez_post_count(stat_name, ezkey, count, timestamp, block)
end