class Shanon::Clients::EnqueteClient
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