Class: Wuclan::Models::Hashtag
- Inherits:
-
Object
- Object
- Wuclan::Models::Hashtag
- Includes:
- ModelCommon, TextElementCommon
- Defined in:
- lib/wuclan/twitter/model/text_element.rb
Overview
Topical #hashtags extracted from tweet text
the twitter_user_id is denormalized but is often what we wnat: saves a join
Instance Method Summary collapse
Methods included from TextElementCommon
Instance Method Details
#numeric_id_fields ⇒ Object
25 |
# File 'lib/wuclan/twitter/model/text_element.rb', line 25 def numeric_id_fields() [:twitter_user_id, :status_id] ; end |