wakaba260/slappy

View on GitHub
lib/slappy/slack_api/pin.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Slappy
  module SlackAPI
    class Pin < Base
      self.list_name = 'items'
      self.monitor_event = %w(pin_added pin_removed)
    end
  end
end