Class: Wuclan::Twitter::Model::AFollowsB
- Inherits:
-
Object
- Object
- Wuclan::Twitter::Model::AFollowsB
- Includes:
- ModelCommon, RelationshipBase
- Defined in:
- lib/wuclan/twitter/model/relationship.rb
Overview
Follower/Friend relationship
Instance Method Summary collapse
-
#num_key_fields ⇒ Object
Key on the user-user pair.
- #numeric_id_fields ⇒ Object
Methods included from RelationshipBase
Methods included from ModelCommon
#days_since_created, flatten_date, #key, #scrape_age, unbooleanize, zeropad_id
Instance Method Details
#num_key_fields ⇒ Object
Key on the user-user pair
23 |
# File 'lib/wuclan/twitter/model/relationship.rb', line 23 def num_key_fields() 2 end |
#numeric_id_fields ⇒ Object
24 |
# File 'lib/wuclan/twitter/model/relationship.rb', line 24 def numeric_id_fields() [:user_a_id, :user_b_id] ; end |