Class: Datadog::Core::Environment::Container::Descriptor
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Core::Environment::Container::Descriptor
- Defined in:
- lib/datadog/core/environment/container.rb
Instance Attribute Summary collapse
-
#container_id ⇒ Object
Returns the value of attribute container_id.
-
#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
18 19 20 |
# File 'lib/datadog/core/environment/container.rb', line 18 def container_id @container_id end |
#platform ⇒ Object
Returns the value of attribute platform
18 19 20 |
# File 'lib/datadog/core/environment/container.rb', line 18 def platform @platform end |
#task_uid ⇒ Object
Returns the value of attribute task_uid
18 19 20 |
# File 'lib/datadog/core/environment/container.rb', line 18 def task_uid @task_uid end |