Module: Rubypress::Options
- Included in:
- Client
- Defined in:
- lib/rubypress/options.rb
Instance Method Summary collapse
Instance Method Details
#getOptions(options = {}) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/rubypress/options.rb', line 5 def getOptions( = {}) = { :options => [] }.deep_merge!() execute('getOptions', ) end |
#setOptions(options = {}) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/rubypress/options.rb', line 12 def setOptions( = {}) = { :options => [] }.deep_merge!() execute('setOptions', ) end |