class Slappy::SlackAPI::Base

Public Instance Methods

==(other) click to toggle source
# File lib/slappy/slack_api/base.rb, line 6
def ==(other)
  return false unless other.instance_of? self.class
  other.id == id
end