Skip to content

Commit

Permalink
Add Twitter::Trend#tweet_volume
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 13, 2015
1 parent 513206f commit e797b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/twitter/rest/trends.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module REST
module Trends
include Twitter::REST::Utils

# Returns the top 10 trending topics for a specific WOEID
# Returns the top 50 trending topics for a specific WOEID
#
# @see https://dev.twitter.com/rest/reference/get/trends/place
# @rate_limited Yes
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/trend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Twitter
class Trend < Twitter::Base
include Equalizer.new(:name)
# @return [String]
attr_reader :events, :name, :query
attr_reader :events, :name, :query, :tweet_volume
predicate_attr_reader :promoted_content
uri_attr_reader :uri
end
Expand Down

0 comments on commit e797b62

Please sign in to comment.