Class: GitHelper::CodeRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/git_helper/code_request.rb

Instance Method Summary collapse

Instance Method Details

#createObject



8
9
10
11
12
13
# File 'lib/git_helper/code_request.rb', line 8

def create
  process_project.create({
    base_branch: base_branch,
    new_title: new_code_request_title
  })
end

#mergeObject



15
16
17
# File 'lib/git_helper/code_request.rb', line 15

def merge
  process_project.merge
end