Class: Rapport::ReportGeneratorFake

Inherits:
Object
  • Object
show all
Includes:
ReportGenerator
Defined in:
lib/rapport/report_generators/report_generator_fake.rb

Instance Attribute Summary collapse

Attributes included from ReportGenerator

#report

Method Summary

Methods included from ReportGenerator

#cell_formatter, #format, from, included, #output_filename

Instance Attribute Details

#outputObject

Returns the value of attribute output.



5
6
7
# File 'lib/rapport/report_generators/report_generator_fake.rb', line 5

def output
  @output
end