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
-
#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.
25 26 27 |
# File 'lib/datadog/core/transport/config.rb', line 25 def client_configs @client_configs end |
#roots ⇒ Object (readonly)
Returns the value of attribute roots.
25 26 27 |
# File 'lib/datadog/core/transport/config.rb', line 25 def roots @roots end |
#target_files ⇒ Object (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 |
#targets ⇒ Object (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
27 28 29 |
# File 'lib/datadog/core/transport/config.rb', line 27 def empty? @empty end |