Class: Wuclan::Models::Hashtag

Inherits:
Object
  • Object
show all
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

#num_key_fields

Instance Method Details

#numeric_id_fieldsObject



25
# File 'lib/wuclan/twitter/model/text_element.rb', line 25

def numeric_id_fields()     [:twitter_user_id, :status_id] ; end