Class: PhraseApp::RequestParams::CommentShowParams

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

Overview

CommentShowParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



1955
1956
1957
# File 'lib/phraseapp-ruby.rb', line 1955

def branch=(val)
  super(val)
end

#validateObject



1959
1960
1961
# File 'lib/phraseapp-ruby.rb', line 1959

def validate
  
end