Class: Wuclan::Twitter::Model::ARepliesB

Inherits:
Object
  • Object
show all
Includes:
ModelCommon, RelationshipBase
Defined in:
lib/wuclan/twitter/model/relationship.rb

Overview

Direct (threaded) replies: occur at the start of a tweet.

Instance Method Summary collapse

Methods included from RelationshipBase

#in_reply_to_status_id, included, #status_id

Methods included from ModelCommon

#days_since_created, flatten_date, #key, #scrape_age, unbooleanize, zeropad_id

Instance Method Details

#num_key_fieldsObject

Key on user_a-user_b-tweet_id



58
# File 'lib/wuclan/twitter/model/relationship.rb', line 58

def num_key_fields()  3  end

#numeric_id_fieldsObject



59
# File 'lib/wuclan/twitter/model/relationship.rb', line 59

def numeric_id_fields()     [:user_a_id, :user_b_id, :tweet_id, :in_reply_to_tweet_id] ; end