Module: Minitest::OpenAPI
- Defined in:
- lib/minitest/openapi.rb,
lib/minitest/openapi/path.rb,
lib/minitest/openapi/schema.rb,
lib/minitest/openapi/webhook.rb,
lib/minitest/openapi/minitest_hook.rb,
lib/minitest/openapi/parse_request.rb,
lib/minitest/openapi/endpoint_metadata.rb
Defined Under Namespace
Modules: EndpointMetadata, ParseRequest, Path, RunPatch, Schema, Webhook Classes: InvalidFileFormat, TestCase
Class Attribute Summary collapse
-
.path ⇒ Object
Returns the value of attribute path.
-
.paths ⇒ Object
Returns the value of attribute paths.
-
.servers ⇒ Object
Returns the value of attribute servers.
-
.title ⇒ Object
Returns the value of attribute title.
-
.version ⇒ Object
Returns the value of attribute version.
-
.webhooks ⇒ Object
Returns the value of attribute webhooks.
Class Attribute Details
.path ⇒ Object
Returns the value of attribute path.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def path @path end |
.paths ⇒ Object
Returns the value of attribute paths.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def paths @paths end |
.servers ⇒ Object
Returns the value of attribute servers.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def servers @servers end |
.title ⇒ Object
Returns the value of attribute title.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def title @title end |
.version ⇒ Object
Returns the value of attribute version.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def version @version end |
.webhooks ⇒ Object
Returns the value of attribute webhooks.
20 21 22 |
# File 'lib/minitest/openapi.rb', line 20 def webhooks @webhooks end |