Class: SqlReporter::Reporters::PlotReporter
- Defined in:
- lib/sql_reporter/reporters/plot_reporter.rb
Constant Summary collapse
- EXTENSION =
'.png'
Instance Attribute Summary collapse
-
#count_plot ⇒ Object
readonly
Returns the value of attribute count_plot.
-
#diffs ⇒ Object
readonly
Returns the value of attribute diffs.
-
#time_plot ⇒ Object
readonly
Returns the value of attribute time_plot.
Attributes inherited from Reporter
#disable_console, #feature, #fname0, #fname1, #io, #master, #master_max_count, #output
Method Summary
Methods inherited from Reporter
#generate_report, #initialize, #output_file
Constructor Details
This class inherits a constructor from SqlReporter::Reporters::Reporter
Instance Attribute Details
#count_plot ⇒ Object (readonly)
Returns the value of attribute count_plot.
8 9 10 |
# File 'lib/sql_reporter/reporters/plot_reporter.rb', line 8 def count_plot @count_plot end |
#diffs ⇒ Object (readonly)
Returns the value of attribute diffs.
8 9 10 |
# File 'lib/sql_reporter/reporters/plot_reporter.rb', line 8 def diffs @diffs end |
#time_plot ⇒ Object (readonly)
Returns the value of attribute time_plot.
8 9 10 |
# File 'lib/sql_reporter/reporters/plot_reporter.rb', line 8 def time_plot @time_plot end |