Class: Datadog::Core::Environment::Cgroup::Descriptor
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Core::Environment::Cgroup::Descriptor
- Defined in:
- lib/datadog/core/environment/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
15 16 17 |
# File 'lib/datadog/core/environment/cgroup.rb', line 15 def controllers @controllers end |
#groups ⇒ Object
Returns the value of attribute groups
15 16 17 |
# File 'lib/datadog/core/environment/cgroup.rb', line 15 def groups @groups end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/datadog/core/environment/cgroup.rb', line 15 def id @id end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/datadog/core/environment/cgroup.rb', line 15 def path @path end |