Module: Datadog::Core::Transport::Config::Response

Included in:
HTTP::Config::Response
Defined in:
lib/datadog/core/transport/config.rb

Overview

Config response

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#client_configsObject (readonly)

Returns the value of attribute client_configs.



25
26
27
# File 'lib/datadog/core/transport/config.rb', line 25

def client_configs
  @client_configs
end

#rootsObject (readonly)

Returns the value of attribute roots.



25
26
27
# File 'lib/datadog/core/transport/config.rb', line 25

def roots
  @roots
end

#target_filesObject (readonly)

Returns the value of attribute target_files.



25
26
27
# File 'lib/datadog/core/transport/config.rb', line 25

def target_files
  @target_files
end

#targetsObject (readonly)

Returns the value of attribute targets.



25
26
27
# File 'lib/datadog/core/transport/config.rb', line 25

def targets
  @targets
end

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/datadog/core/transport/config.rb', line 27

def empty?
  @empty
end