Class: PhraseApp::RequestParams::LocalesListParams

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

Overview

LocalesListParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



2829
2830
2831
# File 'lib/phraseapp-ruby.rb', line 2829

def branch=(val)
  super(val)
end

#validateObject



2833
2834
2835
# File 'lib/phraseapp-ruby.rb', line 2833

def validate
  
end