Method: Mastodon::Account#created_at
- Defined in:
- lib/mastodon/account.rb
#created_at ⇒ String (readonly)
45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/mastodon/account.rb', line 45 normal_attr_reader :id, :username, :acct, :display_name, :created_at, :url, :avatar, :avatar_static, :header, :header_static, :note, :followers_count, :following_count, :statuses_count |