Module: Datadog::Core::Transport::Negotiation::Response
- Included in:
- HTTP::Negotiation::Response
- Defined in:
- lib/datadog/core/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.
34 35 36 |
# File 'lib/datadog/core/transport/negotiation.rb', line 34 def config @config end |
#endpoints ⇒ Object (readonly)
Returns the value of attribute endpoints.
34 35 36 |
# File 'lib/datadog/core/transport/negotiation.rb', line 34 def endpoints @endpoints end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
34 35 36 |
# File 'lib/datadog/core/transport/negotiation.rb', line 34 def version @version end |