class
Cryap::API::Entities::CredentialAccount
Overview
TODO Fully implement https://docs.joinmastodon.org/entities/CredentialAccount/
Defined in:
modules/api/entities/credential_account.crConstructors
-
.new(pull : JSON::PullParser)
TODO Fully implement https://docs.joinmastodon.org/entities/CredentialAccount/
- .new(account : Cryap::Database::Models::Account)
Instance Method Summary
Instance methods inherited from class Cryap::API::Entities::Account
acct : String
acct,
avatar : String
avatar,
avatar_static : String
avatar_static,
bot? : Bool
bot?,
created_at : Time
created_at,
cryap : CryapSpecific
cryap,
discoverable? : Bool
discoverable?,
display_name : String
display_name,
followers_count : Int32
followers_count,
following_count : Int32
following_count,
header : String
header,
header_static : String
header_static,
id : String
id,
locked? : Bool
locked?,
note : String
note,
statuses_count : Int32
statuses_count,
url : String
url,
username : String
username
Constructor methods inherited from class Cryap::API::Entities::Account
new(pull : JSON::PullParser)new(account : Cryap::Database::Models::Account) new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
TODO Fully implement https://docs.joinmastodon.org/entities/CredentialAccount/