Class: Chatbox::MemoryStore::Record

Inherits:
Object
  • Object
show all
Defined in:
lib/chatbox/memory_store.rb

Instance Method Summary collapse

Constructor Details

#initialize(attrs) ⇒ Record



40
41
42
# File 'lib/chatbox/memory_store.rb', line 40

def initialize(attrs)
  @attrs = attrs
end