class Wanikani::UserInformation

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

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

[View source]
def creation_date : Time #

[View source]
def creation_date=(creation_date : Time) #

[View source]
def gravatar : String? #

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

[View source]
def level : Int32 #

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

[View source]
def posts_count : Int32 #

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

[View source]
def title : String #

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

[View source]
def topics_count : Int32 #

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

[View source]
def twitter : String? #

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

[View source]
def username : String #

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

[View source]
def vacation_date : Time? #

[View source]
def vacation_date=(vacation_date : Time?) #

[View source]
def website : String? #

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

[View source]