Class: ActiveWarehouse::Report::TableReport
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ActiveWarehouse::Report::TableReport
- 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
-
#format ⇒ Object
Get any format options.
-
#html_params ⇒ Object
Hash of HTML parameters.
-
#link_cell ⇒ Object
Set to true if cells should be linked.
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
#format ⇒ Object
Get any format options
13 14 15 |
# File 'lib/active_warehouse/report/table_report.rb', line 13 def format @format end |
#html_params ⇒ Object
Hash of HTML parameters
23 24 25 |
# File 'lib/active_warehouse/report/table_report.rb', line 23 def html_params @html_params end |
#link_cell ⇒ Object
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 |