class HabiticaClient::User
The authed user.
Public Instance Methods
stats()
click to toggle source
# File lib/habitica_client/user.rb, line 12 def stats @stats ||= Stats.new(data['stats']) end
The authed user.
# File lib/habitica_client/user.rb, line 12 def stats @stats ||= Stats.new(data['stats']) end