Class: PhraseApp::RequestParams::TagsListParams

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

Overview

TagsListParams

Parameters:

branch

specify the branch to use

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



3002
3003
3004
# File 'lib/phraseapp-ruby.rb', line 3002

def branch=(val)
  super(val)
end

#validateObject



3006
3007
3008
# File 'lib/phraseapp-ruby.rb', line 3006

def validate
  
end