Class: Twitter::BasicUser
- Defined in:
- lib/twitter/basic_user.rb
Overview
Represents a basic Twitter user with minimal attributes
Direct Known Subclasses
Instance Attribute Summary collapse
-
#screen_name ⇒ String
readonly
The user’s screen name (handle).
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods inherited from Identity
Methods inherited from Base
#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, display_uri_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, uri_attr_reader
Methods included from Utils
Constructor Details
This class inherits a constructor from Twitter::Identity
Instance Attribute Details
#screen_name ⇒ String (readonly)
The user’s screen name (handle)
13 14 15 |
# File 'lib/twitter/basic_user.rb', line 13 def screen_name @screen_name end |