Class: EntityCache::Store::External::Telemetry::Data
- Inherits:
-
Struct
- Object
- Struct
- EntityCache::Store::External::Telemetry::Data
- Defined in:
- lib/entity_cache/store/external/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
5 6 7 |
# File 'lib/entity_cache/store/external/telemetry.rb', line 5 def entity @entity end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/entity_cache/store/external/telemetry.rb', line 5 def id @id end |
#time ⇒ Object
Returns the value of attribute time
5 6 7 |
# File 'lib/entity_cache/store/external/telemetry.rb', line 5 def time @time end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/entity_cache/store/external/telemetry.rb', line 5 def version @version end |