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

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



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

def config
  @config
end

#endpointsObject (readonly)

Returns the value of attribute endpoints.



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

def endpoints
  @endpoints
end

#versionObject (readonly)

Returns the value of attribute version.



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

def version
  @version
end