class Wanikani::Radical

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 image_content_type : String? #

[View source]
def image_content_type=(image_content_type : String?) #

[View source]
def image_file_name : String? #

[View source]
def image_file_name=(image_file_name : String?) #

[View source]
def image_file_size : Int32? #

[View source]
def image_file_size=(image_file_size : Int32?) #

[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]