Class: Twitter::BasicUser

Inherits:
Identity show all
Defined in:
lib/twitter/basic_user.rb

Direct Known Subclasses

SourceUser, TargetUser, User

Instance Attribute Summary collapse

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

#followingObject (readonly) Also known as: following?

Returns the value of attribute following.



5
6
7
# File 'lib/twitter/basic_user.rb', line 5

def following
  @following
end

#screen_nameObject (readonly)

Returns the value of attribute screen_name.



5
6
7
# File 'lib/twitter/basic_user.rb', line 5

def screen_name
  @screen_name
end