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