Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cavy / app / models / cavy / page_data.rb
Size: Mime:
require 'garb'

module Cavy
  class PageData
    
    extend Garb::Model

    metrics :exits, :pageviews
    dimensions :page_path

  end
end