Class: Datadog::Core::Configuration::AgentSettingsResolver::AgentSettings
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Core::Configuration::AgentSettingsResolver::AgentSettings
- Defined in:
- lib/datadog/core/configuration/agent_settings_resolver.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#port ⇒ Object
Returns the value of attribute port.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
-
#timeout_seconds ⇒ Object
Returns the value of attribute timeout_seconds.
-
#uds_path ⇒ Object
Returns the value of attribute uds_path.
Instance Method Summary collapse
-
#initialize ⇒ AgentSettings
constructor
A new instance of AgentSettings.
Constructor Details
#initialize ⇒ AgentSettings
Returns a new instance of AgentSettings.
31 32 33 34 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 31 def initialize(*) super freeze end |
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def adapter @adapter end |
#hostname ⇒ Object
Returns the value of attribute hostname
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def hostname @hostname end |
#port ⇒ Object
Returns the value of attribute port
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def port @port end |
#ssl ⇒ Object
Returns the value of attribute ssl
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def ssl @ssl end |
#timeout_seconds ⇒ Object
Returns the value of attribute timeout_seconds
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def timeout_seconds @timeout_seconds end |
#uds_path ⇒ Object
Returns the value of attribute uds_path
22 23 24 |
# File 'lib/datadog/core/configuration/agent_settings_resolver.rb', line 22 def uds_path @uds_path end |