Class: RaygunClient::HTTP::Post::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/raygun_client/http/post.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



94
95
96
# File 'lib/raygun_client/http/post.rb', line 94

def data
  @data
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



94
95
96
# File 'lib/raygun_client/http/post.rb', line 94

def response
  @response
end