class OmniAuth::Strategies::Heello
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/heello.rb, line 38 def raw_info @raw_info ||= access_token.get("/users/me.json").parsed["response"] end