Class: Mastodon::Entities::Hashtag
- Defined in:
- lib/mastodon/entities/hashtag.rb
Instance Attribute Summary collapse
- #name ⇒ String readonly
- #url ⇒ String readonly
Attributes inherited from Base
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
#name ⇒ String (readonly)
9 |
# File 'lib/mastodon/entities/hashtag.rb', line 9 normal_attr_reader :name, :url |
#url ⇒ String (readonly)
9 |
# File 'lib/mastodon/entities/hashtag.rb', line 9 normal_attr_reader :name, :url |