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 Identity

#id

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Identity

#initialize

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