module GsaAuctions::Util
Public Class Methods
hash_to_query(hash)
click to toggle source
# File lib/gsa_auctions.rb, line 14 def self.hash_to_query(hash) URI.encode_www_form(hash) end
# File lib/gsa_auctions.rb, line 14 def self.hash_to_query(hash) URI.encode_www_form(hash) end