Class: Gct::Command::Update

Inherits:
Gct::Command show all
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

Direct Known Subclasses

Analyze, Dependency, Next, Podfile, Tag, Version

Defined Under Namespace

Classes: Analyze, Dependency, Next, Podfile, Tag, Version

Instance Method Summary collapse

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

#runObject



21
22
23
# File 'lib/gct/command/update.rb', line 21

def run 
  
end