class SlackScratcher::Adapter::Base
Abstract adapter class for storing slack logs @since 0.1
Public Class Methods
new()
click to toggle source
@ abstract
# File lib/slack_scratcher/adapter/base.rb, line 7 def initialize fail NotImplementedError end
Public Instance Methods
ready_index()
click to toggle source
@ abstract
# File lib/slack_scratcher/adapter/base.rb, line 22 def ready_index fail NotImplementedError end
send()
click to toggle source
@ abstract
# File lib/slack_scratcher/adapter/base.rb, line 12 def send fail NotImplementedError end
timestamp_of_last_channel_log()
click to toggle source
@ abstract
# File lib/slack_scratcher/adapter/base.rb, line 17 def timestamp_of_last_channel_log fail NotImplementedError end