Class: Twitter::Trend
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary (collapse)
Methods inherited from Base
#[], #initialize, lazy_attr_reader
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Method Details
- (Boolean) ==(other)
9 10 11 |
# File 'lib/twitter/trend.rb', line 9 def ==(other) super || (other.class == self.class && other.name == self.name) end |