class
Cryap::API::Entities::Account
- Cryap::API::Entities::Account
- Reference
- Object
Overview
TODO Fully implement https://docs.joinmastodon.org/entities/Account/
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
modules/api/entities/account.crConstructors
Instance Method Summary
- #acct : String
- #avatar : String
- #avatar_static : String
- #bot? : Bool
- #created_at : Time
- #cryap : CryapSpecific
- #discoverable? : Bool
- #display_name : String
- #followers_count : Int32
- #following_count : Int32
- #header : String
- #header_static : String
- #id : String
- #locked? : Bool
- #note : String
- #statuses_count : Int32
- #url : String
- #username : String