Class: SQA::Commands::Analysis
- Defined in:
- lib/sqa/commands/analysis.rb
Overview
sqa/lib/sqa/commands/analysis.rb
Constant Summary collapse
- VERSION =
"0.0.1-analysis"
Constants inherited from Base
Instance Method Summary collapse
- #call(params) ⇒ Object
-
#initialize ⇒ Analysis
constructor
A new instance of Analysis.
Constructor Details
#initialize ⇒ Analysis
Returns a new instance of Analysis.
11 12 13 |
# File 'lib/sqa/commands/analysis.rb', line 11 def initialize # TODO: something end |
Instance Method Details
#call(params) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/sqa/commands/analysis.rb', line 15 def call(params) config = super puts <<~EOS ################################## ## Running the Analysis Command ## ################################## EOS end |