Class: Metaforce::Reporters::RetrieveReporter

Inherits:
BaseReporter
  • Object
show all
Defined in:
lib/metaforce/reporters/retrieve_reporter.rb

Instance Method Summary collapse

Methods inherited from BaseReporter

#initialize, #issues?, #long_padding, #problem, #problems?, #report_problems, #short_padding

Constructor Details

This class inherits a constructor from Metaforce::Reporters::BaseReporter

Instance Method Details

#reportObject

[View source]

6
7
8
# File 'lib/metaforce/reporters/retrieve_reporter.rb', line 6

def report
  report_problems
end