Class: Chatbox::MemoryStore::Record
- Inherits:
-
Object
- Object
- Chatbox::MemoryStore::Record
- Defined in:
- lib/chatbox/memory_store.rb
Instance Method Summary collapse
-
#initialize(attrs) ⇒ Record
constructor
A new instance of Record.
Constructor Details
#initialize(attrs) ⇒ Record
Returns a new instance of Record.
38 39 40 |
# File 'lib/chatbox/memory_store.rb', line 38 def initialize(attrs) @attrs = attrs end |