Class: PhraseApp::RequestParams::KeyShowParams
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::RequestParams::KeyShowParams
- Defined in:
- lib/phraseapp-ruby.rb
Overview
KeyShowParams
Parameters:
- branch
-
specify the branch to use
Instance Method Summary collapse
Instance Method Details
#branch=(val) ⇒ Object
2433 2434 2435 |
# File 'lib/phraseapp-ruby.rb', line 2433 def branch=(val) super(val) end |
#validate ⇒ Object
2437 2438 2439 |
# File 'lib/phraseapp-ruby.rb', line 2437 def validate end |