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
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods inherited from Identity
Methods inherited from Base
#[], attr_reader, display_uri_attr_reader, from_response, #initialize, object_attr_reader, uri_attr_reader
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 |