Class: PhraseApp::RequestParams::BranchMergeParams

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Overview

BranchMergeParams

Parameters:

strategy

strategy used for merge blocking, use_master or use_branch

Instance Method Summary collapse

Instance Method Details

#strategy=(val) ⇒ Object



1860
1861
1862
# File 'lib/phraseapp-ruby.rb', line 1860

def strategy=(val)
  super(val)
end

#validateObject



1864
1865
1866
# File 'lib/phraseapp-ruby.rb', line 1864

def validate
  
end