Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/two_performant/oauth.rb

Instance Method Summary collapse

Instance Method Details

#to_paramsObject



5
6
7
8
9
# File 'lib/two_performant/oauth.rb', line 5

def to_params
  uri = Addressable::URI.new
  uri.query_values = self 
  uri.query
end