Class: PhraseApp::RequestParams::TranslationsVerifyParams

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

Overview

TranslationsVerifyParams

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



3363
3364
3365
# File 'lib/phraseapp-ruby.rb', line 3363

def branch=(val)
  super(val)
end

#order=(val) ⇒ Object



3367
3368
3369
# File 'lib/phraseapp-ruby.rb', line 3367

def order=(val)
  super(val)
end

#q=(val) ⇒ Object



3371
3372
3373
# File 'lib/phraseapp-ruby.rb', line 3371

def q=(val)
  super(val)
end

#sort=(val) ⇒ Object



3375
3376
3377
# File 'lib/phraseapp-ruby.rb', line 3375

def sort=(val)
  super(val)
end

#validateObject



3379
3380
3381
# File 'lib/phraseapp-ruby.rb', line 3379

def validate
  
end