Class: GCPT::GCPTCommand
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- GCPT::GCPTCommand
- Defined in:
- lib/gcpt/command.rb
Direct Known Subclasses
Defined Under Namespace
Classes: BuildReport
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ GCPTCommand
constructor
A new instance of GCPTCommand.
- #run ⇒ Object
- #validate! ⇒ Object
Constructor Details
#initialize(argv) ⇒ GCPTCommand
Returns a new instance of GCPTCommand.
17 18 19 |
# File 'lib/gcpt/command.rb', line 17 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
12 13 14 15 |
# File 'lib/gcpt/command.rb', line 12 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
25 26 |
# File 'lib/gcpt/command.rb', line 25 def run end |
#validate! ⇒ Object
21 22 23 |
# File 'lib/gcpt/command.rb', line 21 def validate! super end |