Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::Geo

Attributes

coordinates[R]
coords[R]

Public Instance Methods

==(other) click to toggle source

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

# File lib/twitter/geo.rb, line 10
def ==(other)
  super || attr_equal(:coordinates, other) || attrs_equal(other)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.