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

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



34
35
36
# File 'lib/datadog/core/transport/negotiation.rb', line 34

def config
  @config
end

#endpointsObject (readonly)

Returns the value of attribute endpoints.



34
35
36
# File 'lib/datadog/core/transport/negotiation.rb', line 34

def endpoints
  @endpoints
end

#versionObject (readonly)

Returns the value of attribute version.



34
35
36
# File 'lib/datadog/core/transport/negotiation.rb', line 34

def version
  @version
end