Class: SentryTopErrors::ApiResponse::FromArray
- Inherits:
-
Array
- Object
- Array
- SentryTopErrors::ApiResponse::FromArray
- Includes:
- ExtMethods
- Defined in:
- lib/sentry_top_errors/api_response.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Method Summary
Methods included from ExtMethods
#headers, #http_success?, #status
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
36 37 38 |
# File 'lib/sentry_top_errors/api_response.rb', line 36 def response @response end |