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

Class Attribute Details

.pathObject

Returns the value of attribute path.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def path
  @path
end

.pathsObject

Returns the value of attribute paths.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def paths
  @paths
end

.serversObject

Returns the value of attribute servers.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def servers
  @servers
end

.titleObject

Returns the value of attribute title.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def title
  @title
end

.versionObject

Returns the value of attribute version.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def version
  @version
end

.webhooksObject

Returns the value of attribute webhooks.



20
21
22
# File 'lib/minitest/openapi.rb', line 20

def webhooks
  @webhooks
end