Sha256: 0e757d92cedf6b4e362eeb7205197e6b74edd20ffa2fc871832d903a72e35bda

Contents?: true

Size: 270 Bytes

Versions: 30

Compression:

Stored size: 270 Bytes

Contents

module Epom
  class LimitCounter
    TOTAL_IMPRESSIONS = 'TOTAL_IMPRESSIONS'
    TOTAL_CLICKS = 'TOTAL_CLICKS'
    TOTAL_REVENUE = 'TOTAL_REVENUE'
    DAILY_IMPRESSIONS = 'DAILY_IMPRESSIONS'
    DAILY_CLICKS = 'DAILY_CLICKS'
    DAILY_REVENUE = 'DAILY_REVENUE'
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
epom-0.7.2 lib/epom/limit_counters.rb
epom-0.7 lib/epom/limit_counters.rb
epom-0.6.2 lib/epom/limit_counters.rb
epom-0.6 lib/epom/limit_counters.rb
epom-0.5 lib/epom/limit_counters.rb
epom-0.4.1 lib/epom/limit_counters.rb
epom-0.4 lib/epom/limit_counters.rb
epom-0.3.3 lib/epom/limit_counters.rb
epom-0.3 lib/epom/limit_counters.rb
epom-0.1.0 lib/epom/limit_counters.rb