Class: Twitter::Trend
Overview
Represents a Twitter trending topic
Instance Attribute Summary collapse
-
#events ⇒ Integer
readonly
The tweet volume for this trend.
-
#name ⇒ Integer
readonly
The tweet volume for this trend.
-
#query ⇒ Integer
readonly
The tweet volume for this trend.
-
#tweet_volume ⇒ Integer
readonly
The tweet volume for this trend.
Attributes inherited from Base
Method Summary
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::Base
Instance Attribute Details
#events ⇒ Integer (readonly)
The tweet volume for this trend
36 37 38 |
# File 'lib/twitter/trend.rb', line 36 def events @events end |
#name ⇒ Integer (readonly)
The tweet volume for this trend
36 37 38 |
# File 'lib/twitter/trend.rb', line 36 def name @name end |
#query ⇒ Integer (readonly)
The tweet volume for this trend
36 37 38 |
# File 'lib/twitter/trend.rb', line 36 def query @query end |
#tweet_volume ⇒ Integer (readonly)
The tweet volume for this trend
36 37 38 |
# File 'lib/twitter/trend.rb', line 36 def tweet_volume @tweet_volume end |