Class: Gct::Command::Update
- Inherits:
-
Gct::Command
- Object
- CLAide::Command
- Gct::Command
- Gct::Command::Update
- Defined in:
- lib/gct/command/update.rb,
lib/gct/command/update/tag.rb,
lib/gct/command/update/next.rb,
lib/gct/command/update/analyze.rb,
lib/gct/command/update/podfile.rb,
lib/gct/command/update/version.rb,
lib/gct/command/update/dependency.rb
Defined Under Namespace
Classes: Analyze, Dependency, Next, Podfile, Tag, Version
Instance Method Summary collapse
-
#initialize(argv) ⇒ Update
constructor
A new instance of Update.
- #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) ⇒ Update
Returns a new instance of Update.
16 17 18 19 |
# File 'lib/gct/command/update.rb', line 16 def initialize(argv) gitlab_error super end |
Instance Method Details
#run ⇒ Object
21 22 23 |
# File 'lib/gct/command/update.rb', line 21 def run end |