class Papa::Task::Hotfix::Add

Public Class Methods

new(version, bugfix_branches) click to toggle source
Calls superclass method Papa::Task::Common::Add::new
# File lib/papa/task/hotfix/add.rb, line 7
def initialize(version, bugfix_branches)
  @build_type = 'hotfix'
  @version = version
  @branches = bugfix_branches
  super()
end