Class: PhraseApp::RequestParams::KeysListParams

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

Overview

KeysListParams

Parameters:

branch

specify the branch to use

locale_id

Locale used to determine the translation state of a key when filtering for untranslated or translated keys.

order

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

q

q_description_placeholder

sort

Sort by field. Can be one of: name, created_at, updated_at.

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



2491
2492
2493
# File 'lib/phraseapp-ruby.rb', line 2491

def branch=(val)
  super(val)
end

#locale_id=(val) ⇒ Object



2495
2496
2497
# File 'lib/phraseapp-ruby.rb', line 2495

def locale_id=(val)
  super(val)
end

#order=(val) ⇒ Object



2499
2500
2501
# File 'lib/phraseapp-ruby.rb', line 2499

def order=(val)
  super(val)
end

#q=(val) ⇒ Object



2503
2504
2505
# File 'lib/phraseapp-ruby.rb', line 2503

def q=(val)
  super(val)
end

#sort=(val) ⇒ Object



2507
2508
2509
# File 'lib/phraseapp-ruby.rb', line 2507

def sort=(val)
  super(val)
end

#validateObject



2511
2512
2513
# File 'lib/phraseapp-ruby.rb', line 2511

def validate
  
end