Class: Insika::MemoryStore::Note
- Inherits:
-
Data
- Object
- Data
- Insika::MemoryStore::Note
- Defined in:
- lib/insika/memory_store.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
22 23 24 |
# File 'lib/insika/memory_store.rb', line 22 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
22 23 24 |
# File 'lib/insika/memory_store.rb', line 22 def id @id end |
#text ⇒ Object (readonly)
Returns the value of attribute text
22 23 24 |
# File 'lib/insika/memory_store.rb', line 22 def text @text end |