qpowell / google_places

A Ruby wrapper around the Google Places API
MIT License
382 stars 188 forks source link

Support for user_ratings_total #127

Open letiesperon opened 4 years ago

letiesperon commented 4 years ago

Google Places Detail provides a field called user_ratings_total. Is there a reason why this is not an attribute on the Spot model?

Thank you!

plainwu commented 4 years ago

you can check my pr #129

toshe commented 4 years ago

Completely agree that this should be an attribute. in the meantime you can use place.json_result_object["user_ratings_total"]