Class: Datadog::Core::Environment::Container::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/core/environment/container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#container_idObject

Returns the value of attribute container_id

Returns:

  • the current value of container_id



26
27
28
# File 'lib/datadog/core/environment/container.rb', line 26

def container_id
  @container_id
end

#inodeObject

Returns the value of attribute inode

Returns:

  • the current value of inode



26
27
28
# File 'lib/datadog/core/environment/container.rb', line 26

def inode
  @inode
end

#platformObject

Returns the value of attribute platform

Returns:

  • the current value of platform



26
27
28
# File 'lib/datadog/core/environment/container.rb', line 26

def platform
  @platform
end

#task_uidObject

Returns the value of attribute task_uid

Returns:

  • the current value of task_uid



26
27
28
# File 'lib/datadog/core/environment/container.rb', line 26

def task_uid
  @task_uid
end