class Wanikani::LevelProgression

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_progress : Int32 #

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

[View source]
def kanji_total : Int32 #

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

[View source]
def radicals_progress : Int32 #

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

[View source]
def radicals_total : Int32 #

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

[View source]