Class: EntityCache::Storage::Persistent::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/entity_cache/storage/persistent/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



9
10
11
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9

def entity
  @entity
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9

def id
  @id
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



9
10
11
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9

def time
  @time
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



9
10
11
# File 'lib/entity_cache/storage/persistent/telemetry.rb', line 9

def version
  @version
end