Method: Fdoc::EndpointPresenter#example_response

Defined in:
lib/fdoc/presenters/endpoint_presenter.rb

#example_responseObject



76
77
78
# File 'lib/fdoc/presenters/endpoint_presenter.rb', line 76

def example_response
  Fdoc::JsonPresenter.new(example_from_schema(endpoint.response_parameters))
end