Class: GCPT::GCPTCommand

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/gcpt/command.rb

Direct Known Subclasses

BuildReport

Defined Under Namespace

Classes: BuildReport

Class Method Summary collapse

Instance Method Summary collapse

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

.optionsObject



12
13
14
15
# File 'lib/gcpt/command.rb', line 12

def self.options
  [
  ].concat(super)
end

Instance Method Details

#runObject



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