Class: Mastodon::Emoji
- Inherits:
-
Base
- Object
- Base
- Mastodon::Emoji
show all
- Defined in:
- lib/mastodon/emoji.rb
Instance Attribute Summary collapse
Attributes inherited from Base
#attributes
Method Summary
Methods inherited from Base
collection_attr_reader, define_attribute_method, define_predicate_method, #initialize, normal_attr_reader, object_attr_reader, predicate_attr_reader
Constructor Details
This class inherits a constructor from Mastodon::Base
Instance Attribute Details
#shortcode ⇒ String
12
|
# File 'lib/mastodon/emoji.rb', line 12
normal_attr_reader :shortcode, :static_url, :url
|
#static_url ⇒ String
12
|
# File 'lib/mastodon/emoji.rb', line 12
normal_attr_reader :shortcode, :static_url, :url
|
#url ⇒ String
12
|
# File 'lib/mastodon/emoji.rb', line 12
normal_attr_reader :shortcode, :static_url, :url
|