Class: Datadog::Runtime::Cgroup::Descriptor
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Runtime::Cgroup::Descriptor
- Defined in:
- lib/ddtrace/runtime/cgroup.rb
Instance Attribute Summary collapse
-
#controllers ⇒ Object
Returns the value of attribute controllers.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#id ⇒ Object
Returns the value of attribute id.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#controllers ⇒ Object
Returns the value of attribute controllers
9 10 11 |
# File 'lib/ddtrace/runtime/cgroup.rb', line 9 def controllers @controllers end |
#groups ⇒ Object
Returns the value of attribute groups
9 10 11 |
# File 'lib/ddtrace/runtime/cgroup.rb', line 9 def groups @groups end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/ddtrace/runtime/cgroup.rb', line 9 def id @id end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/ddtrace/runtime/cgroup.rb', line 9 def path @path end |