Class: Tweetkit::Response::Tweets::Tweet::Annotations::Entity::Mentions
- Inherits:
-
Object
- Object
- Tweetkit::Response::Tweets::Tweet::Annotations::Entity::Mentions
- Defined in:
- lib/tweetkit/response.rb
Defined Under Namespace
Classes: Mention
Instance Attribute Summary collapse
-
#mentions ⇒ Object
Returns the value of attribute mentions.
Instance Method Summary collapse
-
#initialize(mentions) ⇒ Mentions
constructor
A new instance of Mentions.
Constructor Details
Instance Attribute Details
#mentions ⇒ Object
Returns the value of attribute mentions.
314 315 316 |
# File 'lib/tweetkit/response.rb', line 314 def mentions @mentions end |