Class: Stats::ImageReport

Inherits:
EventReport show all
Defined in:
lib/stats/image_report.rb

Constant Summary

Constants inherited from EventReport

EventReport::AMMAP_COUNTRIES, EventReport::MinimumMapBubbleSize, EventReport::SUPPRESSED_LABELS

Class Method Summary collapse

Methods inherited from EventReport

calculate_bubble_size, #get_start_date, get_url, make_title_value, #set_date, to_amcharts, to_ammap_country_data, to_ammap_metro_data, #to_csv, #to_json, #to_xml, zoom_levels

Methods inherited from Report

#==, #[], array_to_csv, array_to_xml, csv_labels, format_csv_value, #initialize, pad_reports, set_attributes, set_numeric_attributes, strip_label, to_amcharts, #to_csv

Constructor Details

This class inherits a constructor from Stats::Report

Class Method Details

.csv_keysObject



2
3
4
# File 'lib/stats/image_report.rb', line 2

def self.csv_keys
  [ :id, :name, :title, :hits, :bytes_transferred, :date, :start_date, :end_date ]
end