Class: Twitter::TargetUser
- Defined in:
- lib/twitter/target_user.rb
Instance Attribute Summary collapse
-
#followed_by ⇒ Object
(also: #followed_by?)
readonly
Returns the value of attribute followed_by.
Attributes inherited from BasicUser
Attributes inherited from Base
Method Summary
Methods inherited from Identity
#==, fetch, #id, #initialize, store
Methods inherited from Base
#[], attr_reader, 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) Also known as: followed_by?
Returns the value of attribute followed_by.
5 6 7 |
# File 'lib/twitter/target_user.rb', line 5 def followed_by @followed_by end |