Class: Datadog::Core::Environment::Container::Entry
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Core::Environment::Container::Entry
- Defined in:
- lib/datadog/core/environment/container.rb
Instance Attribute Summary collapse
-
#container_id ⇒ Object
Returns the value of attribute container_id.
-
#inode ⇒ Object
Returns the value of attribute inode.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#task_uid ⇒ Object
Returns the value of attribute task_uid.
Instance Attribute Details
#container_id ⇒ Object
Returns the value of attribute container_id
26 27 28 |
# File 'lib/datadog/core/environment/container.rb', line 26 def container_id @container_id end |
#inode ⇒ Object
Returns the value of attribute inode
26 27 28 |
# File 'lib/datadog/core/environment/container.rb', line 26 def inode @inode end |
#platform ⇒ Object
Returns the value of attribute platform
26 27 28 |
# File 'lib/datadog/core/environment/container.rb', line 26 def platform @platform end |
#task_uid ⇒ Object
Returns the value of attribute task_uid
26 27 28 |
# File 'lib/datadog/core/environment/container.rb', line 26 def task_uid @task_uid end |