API::V1::Serializers::Status::Mention
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(id : String, username : String, url : String, acct : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
acct
Sourceacct=(acct : String)
Sourceid
Sourceid=(id : String)
Sourceurl
Sourceurl=(url : String)
Sourceusername
Sourceusername=(username : String)
Source