Class: SwaggerDocsGenerator::Actions::Response
- Defined in:
- lib/swagger_docs_generator/parser/actions/response.rb
Overview
# Test :response
Complete description field for action
Constant Summary collapse
- VALUE =
:responses
Instance Attribute Summary
Attributes inherited from Actions
Instance Method Summary collapse
-
#initialize(data) ⇒ Response
constructor
A new instance of Response.
Methods inherited from Actions
Constructor Details
#initialize(data) ⇒ Response
Returns a new instance of Response.
11 12 13 14 |
# File 'lib/swagger_docs_generator/parser/actions/response.rb', line 11 def initialize(data) super(VALUE) complete_hash(data) end |