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

Included in:
HTTP::Config::Response
Defined in:
lib/datadog/core/remote/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.



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

def client_configs
  @client_configs
end

#rootsObject (readonly)

Returns the value of attribute roots.



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

def roots
  @roots
end

#target_filesObject (readonly)

Returns the value of attribute target_files.



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

def target_files
  @target_files
end

#targetsObject (readonly)

Returns the value of attribute targets.



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

def targets
  @targets
end

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


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

def empty?
  @empty
end