Class: RaygunClient::HTTP::Post::Telemetry::Data
- Inherits:
-
Struct
- Object
- Struct
- RaygunClient::HTTP::Post::Telemetry::Data
- Defined in:
- lib/raygun_client/http/post.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
94 95 96 |
# File 'lib/raygun_client/http/post.rb', line 94 def data @data end |
#response ⇒ Object
Returns the value of attribute response
94 95 96 |
# File 'lib/raygun_client/http/post.rb', line 94 def response @response end |