Class: PhraseApp::RequestParams::CommentsListParams
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::RequestParams::CommentsListParams
- Defined in:
- lib/phraseapp-ruby.rb
Overview
CommentsListParams
Parameters:
- branch
-
specify the branch to use
Instance Method Summary collapse
Instance Method Details
#branch=(val) ⇒ Object
1974 1975 1976 |
# File 'lib/phraseapp-ruby.rb', line 1974 def branch=(val) super(val) end |
#validate ⇒ Object
1978 1979 1980 |
# File 'lib/phraseapp-ruby.rb', line 1978 def validate end |