Class: Shep::Entity::Status_Mention

Inherits:
Shep::Entity show all
Defined in:
lib/shep/entities.rb

Overview

Ruby object representing a Mastodon Status::Mention object:

  • id (String)
  • username (String)
  • url (URI)
  • acct (String)

See Shep::Entity for an overview.

Method Summary

Methods inherited from Shep::Entity

#==, #[], #[]=, fields, from, #initialize, #print, #set_from_hash!, #to_h, #to_long_s, #to_s, with

Constructor Details

This class inherits a constructor from Shep::Entity