Class: Skunk::Generator::JsonReport
- Inherits:
-
RubyCritic::Generator::JsonReport
- Object
- RubyCritic::Generator::JsonReport
- Skunk::Generator::JsonReport
- Defined in:
- lib/skunk/generators/json_report.rb
Overview
Generates a JSON report for the analysed modules.
Instance Method Summary collapse
-
#initialize(analysed_modules) ⇒ JsonReport
constructor
A new instance of JsonReport.
Constructor Details
#initialize(analysed_modules) ⇒ JsonReport
Returns a new instance of JsonReport.
11 12 13 14 |
# File 'lib/skunk/generators/json_report.rb', line 11 def initialize(analysed_modules) super @analysed_modules = analysed_modules end |