Sha256: fd6fbfc2022309a1bba8e031c8460012929675cfae4fb92922bce140dd93dcee

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

module Staccato
  # Pageview Hit type field definitions
  # @author Tony Pitale
  class Pageview
    # Pageview field definitions
    FIELDS = {
      hostname: 'dh',
      path: 'dp',
      title: 'dt'
    }

    include Hit

    # pageview hit type
    def type
      :pageview
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staccato-0.0.4 lib/staccato/pageview.rb
staccato-0.0.3 lib/staccato/pageview.rb