Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::Trend

Attributes

events[R]
name[R]
query[R]
url[R]

Public Instance Methods

==(other) click to toggle source

@param other [Twitter::Trend] @return [Boolean]

# File lib/twitter/trend.rb, line 9
def ==(other)
  super || attr_equal(:name, other) || attrs_equal(other)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.