Class: Twitter::Entity::Hashtag
- Inherits:
-
Entity
- Object
- Entity
- Twitter::Entity::Hashtag
- Defined in:
- lib/twitter/entity/hashtag.rb
Overview
Represents a Twitter hashtag entity
Instance Attribute Summary collapse
-
#text ⇒ String
readonly
The text of the hashtag without the hash symbol.
Instance Attribute Details
#text ⇒ String (readonly)
The text of the hashtag without the hash symbol
13 14 15 |
# File 'lib/twitter/entity/hashtag.rb', line 13 def text @text end |