我如何获得这个gem的api?我目前可以通过以下方式获取用户的姓名和电子邮件
google_client.execute!(:api_method => GoogleLogic.get_google_oauth2.userinfo.get).data.name
google_client.execute!(:api_method => GoogleLogic.get_google_oauth2.userinfo.get).data.email
但是这些方法在这个gem的官方页面中没有写在哪里