Class: ActiveWarehouse::Report::TableReport

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
AbstractReport
Defined in:
lib/active_warehouse/report/table_report.rb

Overview

A report which is used to represent a tabular report.

Instance Attribute Summary collapse

Attributes included from AbstractReport

#column_filters, #conditions, #pass_params, #row_filters

Method Summary

Methods included from AbstractReport

#column_dimension_class, #column_hierarchy, #column_param_prefix, #cube, #cube_name=, #fact_attributes, #fact_class, #row_dimension_class, #row_hierarchy, #row_param_prefix

Instance Attribute Details

#formatObject

Get any format options



13
14
15
# File 'lib/active_warehouse/report/table_report.rb', line 13

def format
  @format
end

#html_paramsObject

Hash of HTML parameters



23
24
25
# File 'lib/active_warehouse/report/table_report.rb', line 23

def html_params
  @html_params
end

Set to true if cells should be linked



18
19
20
# File 'lib/active_warehouse/report/table_report.rb', line 18

def link_cell
  @link_cell
end