Class: Twitter::BasicUser
- Defined in:
- lib/twitter/basic_user.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#following ⇒ Object
(also: #following?)
readonly
Returns the value of attribute following.
-
#screen_name ⇒ Object
readonly
Returns the value of attribute screen_name.
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
#following ⇒ Object (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_name ⇒ Object (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 |