Class: Insika::MemoryAuditStore::Entry
- Inherits:
-
Data
- Object
- Data
- Insika::MemoryAuditStore::Entry
- Defined in:
- lib/insika/memory_audit_store.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#customer ⇒ Object
readonly
Returns the value of attribute customer.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#new_hash ⇒ Object
readonly
Returns the value of attribute new_hash.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#old_hash ⇒ Object
readonly
Returns the value of attribute old_hash.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def action @action end |
#actor ⇒ Object (readonly)
Returns the value of attribute actor
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def actor @actor end |
#at ⇒ Object (readonly)
Returns the value of attribute at
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def at @at end |
#customer ⇒ Object (readonly)
Returns the value of attribute customer
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def customer @customer end |
#key ⇒ Object (readonly)
Returns the value of attribute key
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def key @key end |
#new_hash ⇒ Object (readonly)
Returns the value of attribute new_hash
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def new_hash @new_hash end |
#note ⇒ Object (readonly)
Returns the value of attribute note
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def note @note end |
#old_hash ⇒ Object (readonly)
Returns the value of attribute old_hash
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def old_hash @old_hash end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
24 25 26 |
# File 'lib/insika/memory_audit_store.rb', line 24 def tenant @tenant end |