Module: RSpec::OpenAPI

Defined in:
lib/rspec/openapi/version.rb,
lib/rspec/openapi.rb

Defined Under Namespace

Modules: Extractors, Minitest Classes: ComponentsUpdater=Object.new, Config, DefaultSchema=Object.new, HashHelper=Object.new, KeyTransformer=Object.new, RecordBuilder=Object.new, ResultRecorder, SchemaBuilder=Object.new, SchemaCleaner=Object.new, SchemaFile, SchemaMerger=Object.new, SchemaSorter=Object.new

Constant Summary collapse

VERSION =
'0.18.3'

Class Attribute Summary collapse

Class Attribute Details

.application_versionObject

Returns the value of attribute application_version.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def application_version
  @application_version
end

.commentObject

Returns the value of attribute comment.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def comment
  @comment
end

.config_filenameObject (readonly)

Returns the value of attribute config_filename.



71
72
73
# File 'lib/rspec/openapi.rb', line 71

def config_filename
  @config_filename
end

.description_builderObject

Returns the value of attribute description_builder.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def description_builder
  @description_builder
end

.enable_exampleObject

Returns the value of attribute enable_example.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def enable_example
  @enable_example
end

.example_typesObject

Returns the value of attribute example_types.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def example_types
  @example_types
end

.ignored_path_paramsObject

Returns the value of attribute ignored_path_params.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def ignored_path_params
  @ignored_path_params
end

.ignored_pathsObject

Returns the value of attribute ignored_paths.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def ignored_paths
  @ignored_paths
end

.infoObject

Returns the value of attribute info.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def info
  @info
end

.pathObject

Returns the value of attribute path.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def path
  @path
end

.path_recordsObject

Returns the value of attribute path_records.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def path_records
  @path_records
end

.post_process_hookObject

Returns the value of attribute post_process_hook.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def post_process_hook
  @post_process_hook
end

.request_headersObject

Returns the value of attribute request_headers.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def request_headers
  @request_headers
end

.response_headersObject

Returns the value of attribute response_headers.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def response_headers
  @response_headers
end

.security_schemesObject

Returns the value of attribute security_schemes.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def security_schemes
  @security_schemes
end

.serversObject

Returns the value of attribute servers.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def servers
  @servers
end

.summary_builderObject

Returns the value of attribute summary_builder.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def summary_builder
  @summary_builder
end

.tags_builderObject

Returns the value of attribute tags_builder.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def tags_builder
  @tags_builder
end

.titleObject

Returns the value of attribute title.



52
53
54
# File 'lib/rspec/openapi.rb', line 52

def title
  @title
end