59 60 61
# File 'lib/filezor/client.rb', line 59 def set_options(options = {}) @options = JSON.parse(post("info", options.to_json, "/")) end