module HotPepper::Query

Public Instance Methods

generate_query(options) click to toggle source
# File lib/hot_pepper/query.rb, line 5
def generate_query(options)
  Hashie::Mash.new(options).map{|k, v| "#{k}=#{v}"}.join('&')
end