Module: Datadog::Core::Remote::Transport::Negotiation::Response
- Included in:
- HTTP::Negotiation::Response
- Defined in:
- lib/datadog/core/remote/transport/negotiation.rb
Overview
Negotiation response
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#endpoints ⇒ Object
readonly
Returns the value of attribute endpoints.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
35 36 37 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 35 def config @config end |
#endpoints ⇒ Object (readonly)
Returns the value of attribute endpoints.
35 36 37 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 35 def endpoints @endpoints end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
35 36 37 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 35 def version @version end |