Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/insight/api.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



89
90
91
# File 'lib/insight/api.rb', line 89

def to_param
  collect {|k, v| "#{k}=#{v}"} * '&'
end