Class: Insika::MemoryStore::Fact

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



21
22
23
# File 'lib/insika/memory_store.rb', line 21

def key
  @key
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



21
22
23
# File 'lib/insika/memory_store.rb', line 21

def updated_at
  @updated_at
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



21
22
23
# File 'lib/insika/memory_store.rb', line 21

def value
  @value
end