Class: Gct::Command::Update::Analyze
- Inherits:
-
Gct::Command::Update
- Object
- CLAide::Command
- Gct::Command
- Gct::Command::Update
- Gct::Command::Update::Analyze
- Defined in:
- lib/gct/command/update/analyze.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Analyze
constructor
A new instance of Analyze.
- #run ⇒ Object
Methods inherited from Gct::Command
#auto_add_tag, #check_branch_can_be_update, #config_gitlab, #current_branch, #file_contents, #get_project, #gitlab_error, options, run
Constructor Details
#initialize(argv) ⇒ Analyze
Returns a new instance of Analyze.
10 11 12 13 |
# File 'lib/gct/command/update/analyze.rb', line 10 def initialize(argv) super end |
Instance Method Details
#run ⇒ Object
15 16 17 |
# File 'lib/gct/command/update/analyze.rb', line 15 def run end |