Class: Twitter::Polygon
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
#==(other) ⇒ Boolean
9 10 11 |
# File 'lib/twitter/polygon.rb', line 9 def ==(other) super || (other.class == self.class && other.coordinates == self.coordinates) end |