Class: PhraseApp::RequestParams::VersionsListParams

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

Overview

VersionsListParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



3451
3452
3453
# File 'lib/phraseapp-ruby.rb', line 3451

def branch=(val)
  super(val)
end

#validateObject



3455
3456
3457
# File 'lib/phraseapp-ruby.rb', line 3455

def validate
  
end