Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/two_performant/oauth.rb
Instance Method Summary collapse
Instance Method Details
#to_params ⇒ Object
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 |