module HabiticaClient::User::StatsProperty

Public Instance Methods

stats() click to toggle source
# File lib/habitica_client/user/stats.rb, line 8
def stats
  @stats ||= Stats.new(data['stats'])
end