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