class Wanikani::UserInformation
- Wanikani::UserInformation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
wanikani/models.crConstructors
Instance Method Summary
- #about : String
- #about=(about : String)
- #creation_date : Time
- #creation_date=(creation_date : Time)
- #gravatar : String?
- #gravatar=(gravatar : String?)
- #level : Int32
- #level=(level : Int32)
- #posts_count : Int32
- #posts_count=(posts_count : Int32)
- #title : String
- #title=(title : String)
- #topics_count : Int32
- #topics_count=(topics_count : Int32)
- #twitter : String?
- #twitter=(twitter : String?)
- #username : String
- #username=(username : String)
- #vacation_date : Time?
- #vacation_date=(vacation_date : Time?)
- #website : String?
- #website=(website : String?)