Class: RSpec::OpenAPI::Record
- Inherits:
-
Struct
- Object
- Struct
- RSpec::OpenAPI::Record
- Defined in:
- lib/rspec/openapi/record.rb
Instance Attribute Summary collapse
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#description ⇒ Object
Returns the value of attribute description.
-
#formats ⇒ Object
Returns the value of attribute formats.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#path_params ⇒ Object
Returns the value of attribute path_params.
-
#query_params ⇒ Object
Returns the value of attribute query_params.
-
#request_content_type ⇒ Object
Returns the value of attribute request_content_type.
-
#request_headers ⇒ Object
Returns the value of attribute request_headers.
-
#request_params ⇒ Object
Returns the value of attribute request_params.
-
#required_request_params ⇒ Object
Returns the value of attribute required_request_params.
-
#response_body ⇒ Object
Returns the value of attribute response_body.
-
#response_content_disposition ⇒ Object
Returns the value of attribute response_content_disposition.
-
#response_content_type ⇒ Object
Returns the value of attribute response_content_type.
-
#response_headers ⇒ Object
Returns the value of attribute response_headers.
-
#security ⇒ Object
Returns the value of attribute security.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#deprecated ⇒ Object
Returns the value of attribute deprecated
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def deprecated @deprecated end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def description @description end |
#formats ⇒ Object
Returns the value of attribute formats
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def formats @formats end |
#http_method ⇒ Object
Returns the value of attribute http_method
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def http_method @http_method end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def operation_id @operation_id end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def path @path end |
#path_params ⇒ Object
Returns the value of attribute path_params
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def path_params @path_params end |
#query_params ⇒ Object
Returns the value of attribute query_params
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def query_params @query_params end |
#request_content_type ⇒ Object
Returns the value of attribute request_content_type
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def request_content_type @request_content_type end |
#request_headers ⇒ Object
Returns the value of attribute request_headers
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def request_headers @request_headers end |
#request_params ⇒ Object
Returns the value of attribute request_params
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def request_params @request_params end |
#required_request_params ⇒ Object
Returns the value of attribute required_request_params
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def required_request_params @required_request_params end |
#response_body ⇒ Object
Returns the value of attribute response_body
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def response_body @response_body end |
#response_content_disposition ⇒ Object
Returns the value of attribute response_content_disposition
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def response_content_disposition @response_content_disposition end |
#response_content_type ⇒ Object
Returns the value of attribute response_content_type
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def response_content_type @response_content_type end |
#response_headers ⇒ Object
Returns the value of attribute response_headers
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def response_headers @response_headers end |
#security ⇒ Object
Returns the value of attribute security
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def security @security end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def summary @summary end |
#tags ⇒ Object
Returns the value of attribute tags
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def @tags end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/rspec/openapi/record.rb', line 3 def title @title end |