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



1595
1596
1597
# File 'lib/phraseapp-ruby.rb', line 1595

def strategy=(val)
  super(val)
end

#validateObject



1599
1600
1601
# File 'lib/phraseapp-ruby.rb', line 1599

def validate
  
end