Class: OpenapiFirst::Router::FindResponse::Match
- Inherits:
-
Data
- Object
- Data
- OpenapiFirst::Router::FindResponse::Match
- Defined in:
- lib/openapi_first/router/find_response.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
9 10 11 |
# File 'lib/openapi_first/router/find_response.rb', line 9 def error @error end |
#response ⇒ Object (readonly)
Returns the value of attribute response
9 10 11 |
# File 'lib/openapi_first/router/find_response.rb', line 9 def response @response end |