Class: GCPT::GCPTCommand::BuildReport
- Inherits:
-
GCPT::GCPTCommand
- Object
- CLAide::Command
- GCPT::GCPTCommand
- GCPT::GCPTCommand::BuildReport
- Defined in:
- lib/gcpt/command.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ BuildReport
constructor
A new instance of BuildReport.
- #run ⇒ Object
- #validate! ⇒ Object
Constructor Details
#initialize(argv) ⇒ BuildReport
Returns a new instance of BuildReport.
39 40 41 |
# File 'lib/gcpt/command.rb', line 39 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
34 35 36 37 |
# File 'lib/gcpt/command.rb', line 34 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
47 48 49 50 |
# File 'lib/gcpt/command.rb', line 47 def run super GCPT::BuildReport::Reporter.new().run() end |
#validate! ⇒ Object
43 44 45 |
# File 'lib/gcpt/command.rb', line 43 def validate! super end |