Sha256: 500a573c71aaae5568c9b4765c2b4d0be49c5854950cf88b3c8bb2fdb10dd922
Contents?: true
Size: 293 Bytes
Versions: 18
Compression:
Stored size: 293 Bytes
Contents
require 'twitter/base' module Twitter class Trend < Twitter::Base attr_reader :events, :name, :promoted_content, :query, :url # @param other [Twitter::Trend] # @return [Boolean] def ==(other) super || attr_equal(:name, other) || attrs_equal(other) end end end
Version data entries
18 entries across 18 versions & 1 rubygems