Class: EntityCache::Storage::Persistent::Telemetry::Data
- Inherits:
-
Struct
- Object
- Struct
- EntityCache::Storage::Persistent::Telemetry::Data
- Defined in:
- lib/entity_cache/storage/persistent/telemetry.rb
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#id ⇒ Object
Returns the value of attribute id.
-
#time ⇒ Object
Returns the value of attribute time.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity
9 10 11 |
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9 def entity @entity end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9 def id @id end |
#time ⇒ Object
Returns the value of attribute time
9 10 11 |
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9 def time @time end |
#version ⇒ Object
Returns the value of attribute version
9 10 11 |
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9 def version @version end |