Class: Datadog::Core::Configuration::Components::NullCloudwise::MockProbeState
- Inherits:
-
Object
- Object
- Datadog::Core::Configuration::Components::NullCloudwise::MockProbeState
- Defined in:
- lib/datadog/core/configuration/components.rb
Instance Method Summary collapse
Instance Method Details
#active? ⇒ Boolean
141 142 143 |
# File 'lib/datadog/core/configuration/components.rb', line 141 def active? true end |
#can_collect_data? ⇒ Boolean
145 146 147 |
# File 'lib/datadog/core/configuration/components.rb', line 145 def can_collect_data? true end |
#suspended? ⇒ Boolean
137 138 139 |
# File 'lib/datadog/core/configuration/components.rb', line 137 def suspended? false # Always active end |