class Wanikani::Vocabulary

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 character : String #

[View source]
def character=(character : String) #

[View source]
def kana : String #

[View source]
def kana=(kana : String) #

[View source]
def level : Int32 #

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

[View source]
def meaning : String #

[View source]
def meaning=(meaning : String) #

[View source]
def user_specific : UserSpecific? #

[View source]
def user_specific=(user_specific : UserSpecific?) #

[View source]