Class: PhraseApp::RequestParams::KeysDeleteParams

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

Overview

KeysDeleteParams

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.

q

q_description_placeholder

Instance Method Summary collapse

Instance Method Details

#branch=(val) ⇒ Object



2456
2457
2458
# File 'lib/phraseapp-ruby.rb', line 2456

def branch=(val)
  super(val)
end

#locale_id=(val) ⇒ Object



2460
2461
2462
# File 'lib/phraseapp-ruby.rb', line 2460

def locale_id=(val)
  super(val)
end

#q=(val) ⇒ Object



2464
2465
2466
# File 'lib/phraseapp-ruby.rb', line 2464

def q=(val)
  super(val)
end

#validateObject



2468
2469
2470
# File 'lib/phraseapp-ruby.rb', line 2468

def validate
  
end