class Papa::Task::Hotfix::Start

Public Class Methods

new(version) click to toggle source
Calls superclass method
# File lib/papa/task/hotfix/start.rb, line 7
def initialize(version)
  @build_type = 'hotfix'
  @base_branch = 'master'
  @version = version
  super()
end