Class: Twitter::Entity::Hashtag
- Inherits:
-
Twitter::Entity
- Object
- Base
- Twitter::Entity
- Twitter::Entity::Hashtag
- Defined in:
- lib/twitter/entity/hashtag.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Attributes inherited from Twitter::Entity
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text.
6 7 8 |
# File 'lib/twitter/entity/hashtag.rb', line 6 def text @text end |