class Firmapi::Location

Public Instance Methods

==(other_location) click to toggle source
# File lib/firmapi/location.rb, line 8
def ==(other_location)
        self.latitude == other_location.latitude && self.longitude == other_location.longitude
end