Class: Twitter::Trend

Inherits:
Base
  • Object
show all
Defined in:
lib/twitter/trend.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

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

flat_pmap, pmap

Constructor Details

This class inherits a constructor from Twitter::Base

Instance Attribute Details

#eventsString (readonly)

Returns:

  • (String)


8
9
10
# File 'lib/twitter/trend.rb', line 8

def events
  @events
end

#nameString (readonly)

Returns:

  • (String)


8
9
10
# File 'lib/twitter/trend.rb', line 8

def name
  @name
end

#queryString (readonly)

Returns:

  • (String)


8
9
10
# File 'lib/twitter/trend.rb', line 8

def query
  @query
end

#tweet_volumeString (readonly)

Returns:

  • (String)


8
9
10
# File 'lib/twitter/trend.rb', line 8

def tweet_volume
  @tweet_volume
end