Class: Twitter::SourceUser
- Defined in:
- lib/twitter/source_user.rb
Instance Attribute Summary collapse
-
#all_replies ⇒ Object
(also: #all_replies?)
readonly
Returns the value of attribute all_replies.
-
#blocking ⇒ Object
(also: #blocking?)
readonly
Returns the value of attribute blocking.
-
#can_dm ⇒ Object
(also: #can_dm?)
readonly
Returns the value of attribute can_dm.
-
#followed_by ⇒ Object
(also: #followed_by?)
readonly
Returns the value of attribute followed_by.
-
#marked_spam ⇒ Object
(also: #marked_spam?)
readonly
Returns the value of attribute marked_spam.
-
#notifications_enabled ⇒ Object
(also: #notifications_enabled?)
readonly
Returns the value of attribute notifications_enabled.
-
#want_retweets ⇒ Object
(also: #want_retweets?)
readonly
Returns the value of attribute want_retweets.
Attributes inherited from BasicUser
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
#all_replies ⇒ Object (readonly) Also known as: all_replies?
Returns the value of attribute all_replies.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def all_replies @all_replies end |
#blocking ⇒ Object (readonly) Also known as: blocking?
Returns the value of attribute blocking.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def blocking @blocking end |
#can_dm ⇒ Object (readonly) Also known as: can_dm?
Returns the value of attribute can_dm.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def can_dm @can_dm end |
#followed_by ⇒ Object (readonly) Also known as: followed_by?
Returns the value of attribute followed_by.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def followed_by @followed_by end |
#marked_spam ⇒ Object (readonly) Also known as: marked_spam?
Returns the value of attribute marked_spam.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def marked_spam @marked_spam end |
#notifications_enabled ⇒ Object (readonly) Also known as: notifications_enabled?
Returns the value of attribute notifications_enabled.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def notifications_enabled @notifications_enabled end |
#want_retweets ⇒ Object (readonly) Also known as: want_retweets?
Returns the value of attribute want_retweets.
5 6 7 |
# File 'lib/twitter/source_user.rb', line 5 def want_retweets @want_retweets end |