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



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

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end