class Professionali::Api::Storage

Public Instance Methods

get(options) click to toggle source
# File lib/professionali/api/storage.rb, line 4
def get(options)
  api_call 'storage/get.json', 'get', options
end
set(options) click to toggle source
# File lib/professionali/api/storage.rb, line 8
def set(options)
  api_call 'storage/set.json', 'post', options
end