class Shanon::Clients::EnqueteClient

apidoc.shanon.co.jp/ja/api/visitor/enquete/get.html

Constants

PATH

Public Instance Methods

get(opts={}) click to toggle source
# File lib/shanon/clients/enquete_client.rb, line 9
def get(opts={})
  params = params_with_signature(opts)
  response = conn.get PATH, params
  response.body
end