Class: Papa::Task::Hotfix::Start

Inherits:
Common::Start show all
Defined in:
lib/papa/task/hotfix/start.rb

Instance Method Summary collapse

Methods inherited from Base

#run

Constructor Details

#initialize(version) ⇒ Start

Returns a new instance of Start.



7
8
9
10
11
12
# File 'lib/papa/task/hotfix/start.rb', line 7

def initialize(version)
  @build_type = 'hotfix'
  @base_branch = 'master'
  @version = version
  super()
end