class Wanikani::SrsDistribution

Included Modules

Defined in:

wanikani/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def kanji : Int32 #

[View source]
def kanji=(kanji : Int32) #

[View source]
def radicals : Int32 #

[View source]
def radicals=(radicals : Int32) #

[View source]
def total : Int32 #

[View source]
def total=(total : Int32) #

[View source]
def vocabulary : Int32 #

[View source]
def vocabulary=(vocabulary : Int32) #

[View source]