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