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

#pass_params

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

Returns the value of attribute format.



8
9
10
# File 'lib/active_warehouse/report/table_report.rb', line 8

def format
  @format
end

#html_paramsObject

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

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