Class: Insika::MemoryAuditStore::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def action
  @action
end

#actorObject (readonly)

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def actor
  @actor
end

#atObject (readonly)

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def at
  @at
end

#customerObject (readonly)

Returns the value of attribute customer

Returns:

  • (Object)

    the current value of customer



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def customer
  @customer
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def key
  @key
end

#new_hashObject (readonly)

Returns the value of attribute new_hash

Returns:

  • (Object)

    the current value of new_hash



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def new_hash
  @new_hash
end

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def note
  @note
end

#old_hashObject (readonly)

Returns the value of attribute old_hash

Returns:

  • (Object)

    the current value of old_hash



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def old_hash
  @old_hash
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



24
25
26
# File 'lib/insika/memory_audit_store.rb', line 24

def tenant
  @tenant
end