Class: Insika::MemoryStore::Fact

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def created_at
  @created_at
end

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def expires_at
  @expires_at
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def key
  @key
end

#originObject (readonly)

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def origin
  @origin
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def updated_at
  @updated_at
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



45
46
47
# File 'lib/insika/memory_store.rb', line 45

def value
  @value
end