Class: SqlReporter::Reporters::PlotReporter

Inherits:
Reporter
  • Object
show all
Defined in:
lib/sql_reporter/reporters/plot_reporter.rb

Constant Summary collapse

EXTENSION =
'.png'

Instance Attribute Summary collapse

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_plotObject (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

#diffsObject (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_plotObject (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