Class: EntityCache::Store::External::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/entity_cache/store/external/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



5
6
7
# File 'lib/entity_cache/store/external/telemetry.rb', line 5

def entity
  @entity
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/entity_cache/store/external/telemetry.rb', line 5

def id
  @id
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'lib/entity_cache/store/external/telemetry.rb', line 5

def time
  @time
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/entity_cache/store/external/telemetry.rb', line 5

def version
  @version
end