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
Returns the value of attribute format.
-
#html_params ⇒ Object
Returns the value of attribute html_params.
-
#link_cell ⇒ Object
Returns the value of attribute link_cell.
Attributes included from AbstractReport
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
Returns the value of attribute format.
8 9 10 |
# File 'lib/active_warehouse/report/table_report.rb', line 8 def format @format end |
#html_params ⇒ Object
Returns the value of attribute html_params.
8 9 10 |
# File 'lib/active_warehouse/report/table_report.rb', line 8 def html_params @html_params end |
#link_cell ⇒ Object
Returns the value of attribute link_cell.
8 9 10 |
# File 'lib/active_warehouse/report/table_report.rb', line 8 def link_cell @link_cell end |