Class: Twitter::Entity::UserMention
- Inherits:
-
Twitter::Entity
- Object
- Base
- Twitter::Entity
- Twitter::Entity::UserMention
- Defined in:
- lib/twitter/entity/user_mention.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#screen_name ⇒ Object
readonly
Returns the value of attribute screen_name.
Attributes inherited from Twitter::Entity
Attributes inherited from Base
Method Summary
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::Base
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
6 7 8 |
# File 'lib/twitter/entity/user_mention.rb', line 6 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/twitter/entity/user_mention.rb', line 6 def name @name end |
#screen_name ⇒ Object (readonly)
Returns the value of attribute screen_name.
6 7 8 |
# File 'lib/twitter/entity/user_mention.rb', line 6 def screen_name @screen_name end |