Class: Twitter::SourceUser
Instance Attribute Summary (collapse)
-
- (Object) all_replies
readonly
Returns the value of attribute all_replies.
-
- (Object) blocking
readonly
Returns the value of attribute blocking.
-
- (Object) can_dm
readonly
Returns the value of attribute can_dm.
-
- (Object) followed_by
readonly
Returns the value of attribute followed_by.
-
- (Object) marked_spam
readonly
Returns the value of attribute marked_spam.
-
- (Object) notifications_enabled
readonly
Returns the value of attribute notifications_enabled.
-
- (Object) want_retweets
readonly
Returns the value of attribute want_retweets.
Attributes inherited from BasicUser
Method Summary
Methods inherited from Identity
#==, fetch, #id, #initialize, store
Methods inherited from Base
#[], #attr_equal, attr_reader, #attrs, #attrs_equal, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Identity
Instance Attribute Details
- (Object) all_replies (readonly)
Returns the value of attribute all_replies
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def all_replies @all_replies end |
- (Object) blocking (readonly)
Returns the value of attribute blocking
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def blocking @blocking end |
- (Object) can_dm (readonly)
Returns the value of attribute can_dm
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def can_dm @can_dm end |
- (Object) followed_by (readonly)
Returns the value of attribute followed_by
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def followed_by @followed_by end |
- (Object) marked_spam (readonly)
Returns the value of attribute marked_spam
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def marked_spam @marked_spam end |
- (Object) notifications_enabled (readonly)
Returns the value of attribute notifications_enabled
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def notifications_enabled @notifications_enabled end |
- (Object) want_retweets (readonly)
Returns the value of attribute want_retweets
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def want_retweets @want_retweets end |