I wonder if it possible to work with HTTParty request results as an object.
Currently I use string keys to access to values of result: result["imageurl"] or result["address"]["street"]
If i were in JavaScript I could simply use: result.imageurl or result.address.street
Use the
Mashclass of the hashie gem.