Class: SlackBotServer::SimpleBot

Inherits:
Bot
  • Object
show all
Defined in:
lib/slack_bot_server/simple_bot.rb

Overview

A simple demonstration of a bot

Constant Summary

Constants inherited from Bot

Bot::SLACKBOT_USER_ID

Instance Attribute Summary

Attributes inherited from Bot

#key, #token

Method Summary

Methods inherited from Bot

#bot_user_id, #bot_user_name, #broadcast, #call, callbacks, callbacks_for, #connected?, default_message_options, icon_url, #initialize, low_level_callbacks, mention_as, on, on_im, on_mention, on_slack_event, #reply, #running?, #say, #say_to, #start, #stop, #team_id, #team_name, #to_s, #typing, username

Methods included from Logging

#debug, #log, #log_error, #log_string

Constructor Details

This class inherits a constructor from SlackBotServer::Bot