Class: PhraseApp::RequestParams::TranslationsUnverifyParams

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

Overview

TranslationsUnverifyParams

Parameters:

branch

specify the branch to use

order

Order direction. Can be one of: asc, desc.

q

q_description_placeholder

sort

Sort criteria. Can be one of: key_name, created_at, updated_at.

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



3326
3327
3328
# File 'lib/phraseapp-ruby.rb', line 3326

def branch=(val)
  super(val)
end

#order=(val) ⇒ Object



3330
3331
3332
# File 'lib/phraseapp-ruby.rb', line 3330

def order=(val)
  super(val)
end

#q=(val) ⇒ Object



3334
3335
3336
# File 'lib/phraseapp-ruby.rb', line 3334

def q=(val)
  super(val)
end

#sort=(val) ⇒ Object



3338
3339
3340
# File 'lib/phraseapp-ruby.rb', line 3338

def sort=(val)
  super(val)
end

#validateObject



3342
3343
3344
# File 'lib/phraseapp-ruby.rb', line 3342

def validate
  
end