Class: OpenapiFirst::Router::FindResponse::Match

Inherits:
Data
  • Object
show all
Defined in:
lib/openapi_first/router/find_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/openapi_first/router/find_response.rb', line 9

def error
  @error
end

#responseObject (readonly)

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



9
10
11
# File 'lib/openapi_first/router/find_response.rb', line 9

def response
  @response
end