Class: PhraseApp::RequestParams::TranslationShowParams

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

Overview

TranslationShowParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



3021
3022
3023
# File 'lib/phraseapp-ruby.rb', line 3021

def branch=(val)
  super(val)
end

#validateObject



3025
3026
3027
# File 'lib/phraseapp-ruby.rb', line 3025

def validate
  
end