Class: Twitter::TargetUser

Inherits:
BasicUser show all
Defined in:
lib/twitter/target_user.rb

Instance Attribute Summary collapse

Attributes inherited from BasicUser

#following, #screen_name

Attributes inherited from Base

#attrs

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_byObject (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