Class: Datadog::Runtime::Container::Descriptor
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Runtime::Container::Descriptor
- Defined in:
- lib/ddtrace/runtime/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
14 15 16 |
# File 'lib/ddtrace/runtime/container.rb', line 14 def container_id @container_id end |
#platform ⇒ Object
Returns the value of attribute platform
14 15 16 |
# File 'lib/ddtrace/runtime/container.rb', line 14 def platform @platform end |
#task_uid ⇒ Object
Returns the value of attribute task_uid
14 15 16 |
# File 'lib/ddtrace/runtime/container.rb', line 14 def task_uid @task_uid end |