Class: Tinge::Reporters::VariablesReporter

Inherits:
Reporter
  • Object
show all
Defined in:
lib/tinge/reporters/variables_reporter.rb

Instance Method Summary collapse

Methods inherited from Reporter

handles, #initialize

Constructor Details

This class inherits a constructor from Tinge::Reporters::Reporter

Instance Method Details

#dataObject



8
9
10
# File 'lib/tinge/reporters/variables_reporter.rb', line 8

def data
  @data ||= generate_data
end