Method: QueryReport::Chart::Column#initialize
- Defined in:
- lib/query_report/chart/chart_column.rb
#initialize(title, type) ⇒ Column
Returns a new instance of Column.
6 7 8 9 |
# File 'lib/query_report/chart/chart_column.rb', line 6 def initialize(title, type) @title = title @type = type end |