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
-
#client_configs ⇒ Object
readonly
Returns the value of attribute client_configs.
-
#roots ⇒ Object
readonly
Returns the value of attribute roots.
-
#target_files ⇒ Object
readonly
Returns the value of attribute target_files.
-
#targets ⇒ Object
readonly
Returns the value of attribute targets.
Instance Method Summary collapse
Instance Attribute Details
#client_configs ⇒ Object (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 |
#roots ⇒ Object (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_files ⇒ Object (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 |
#targets ⇒ Object (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
28 29 30 |
# File 'lib/datadog/core/remote/transport/config.rb', line 28 def empty? @empty end |