Class: PhraseApp::RequestParams::CommentDeleteParams

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

Overview

CommentDeleteParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



1879
1880
1881
# File 'lib/phraseapp-ruby.rb', line 1879

def branch=(val)
  super(val)
end

#validateObject



1883
1884
1885
# File 'lib/phraseapp-ruby.rb', line 1883

def validate
  
end