module Wanikani::Summary

Public Class Methods

fetch() click to toggle source
# File lib/wanikani/models/summary.rb, line 5
def self.fetch
  respond(client.get('summary'))
end