Class: Twitter::TargetUser
- Defined in:
- lib/twitter/target_user.rb
Instance Attribute Summary collapse
-
#followed_by ⇒ Object
readonly
Returns the value of attribute followed_by.
Attributes inherited from BasicUser
Method Summary
Methods inherited from Identity
#==, fetch, #id, #initialize, store
Methods inherited from Base
#[], #attr_equal, attr_reader, #attrs, #attrs_equal, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Identity
Instance Attribute Details
#followed_by ⇒ Object (readonly)
Returns the value of attribute followed_by.
5 6 7 |
# File 'lib/twitter/target_user.rb', line 5 def followed_by @followed_by end |