class AcpcTableManager::CommunicatorComponent

Attributes

channel[R]

Public Class Methods

new(id) click to toggle source
# File lib/acpc_table_manager.rb, line 43
def initialize(id)
  @channel = self.class.channel_from_id(id)
  @redis = AcpcTableManager.new_redis_connection()
end

Public Instance Methods

del() click to toggle source
# File lib/acpc_table_manager.rb, line 47
def del() @redis.del @channel end