Class: Slappy::SlackAPI::Base
- Inherits:
-
Object
- Object
- Slappy::SlackAPI::Base
- Includes:
- Findable
- Defined in:
- lib/slappy/slack_api/base.rb
Instance Method Summary collapse
Methods included from Findable
Instance Method Details
#==(other) ⇒ Object
6 7 8 9 |
# File 'lib/slappy/slack_api/base.rb', line 6 def ==(other) return false unless other.instance_of? self.class other.id == id end |