Class: OpenapiFirst::ParsedRequest
- Inherits:
-
Data
- Object
- Data
- OpenapiFirst::ParsedRequest
- Defined in:
- lib/openapi_first/parsed_request.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#cookies ⇒ Object
readonly
Returns the value of attribute cookies.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
4 5 6 |
# File 'lib/openapi_first/parsed_request.rb', line 4 def body @body end |
#cookies ⇒ Object (readonly)
Returns the value of attribute cookies
4 5 6 |
# File 'lib/openapi_first/parsed_request.rb', line 4 def end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
4 5 6 |
# File 'lib/openapi_first/parsed_request.rb', line 4 def headers @headers end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/openapi_first/parsed_request.rb', line 4 def path @path end |
#query ⇒ Object (readonly)
Returns the value of attribute query
4 5 6 |
# File 'lib/openapi_first/parsed_request.rb', line 4 def query @query end |