Class: Insika::MemoryStore::Note

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



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

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end