Module: RSpec::OpenAPI

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

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.23.0'

Class Attribute Summary collapse

Class Attribute Details

.application_versionObject

Returns the value of attribute application_version.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def application_version
  @application_version
end

.commentObject

Returns the value of attribute comment.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def comment
  @comment
end

.config_filenameObject (readonly)

Returns the value of attribute config_filename.



79
80
81
# File 'lib/rspec/openapi.rb', line 79

def config_filename
  @config_filename
end

.description_builderObject

Returns the value of attribute description_builder.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def description_builder
  @description_builder
end

.enable_exampleObject

Returns the value of attribute enable_example.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def enable_example
  @enable_example
end

.enable_example_summaryObject

Returns the value of attribute enable_example_summary.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def enable_example_summary
  @enable_example_summary
end

.example_name_builderObject

Returns the value of attribute example_name_builder.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def example_name_builder
  @example_name_builder
end

.example_typesObject

Returns the value of attribute example_types.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def example_types
  @example_types
end

.formats_builderObject

Returns the value of attribute formats_builder.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def formats_builder
  @formats_builder
end

.ignored_path_paramsObject

Returns the value of attribute ignored_path_params.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def ignored_path_params
  @ignored_path_params
end

.ignored_pathsObject

Returns the value of attribute ignored_paths.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def ignored_paths
  @ignored_paths
end

.infoObject

Returns the value of attribute info.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def info
  @info
end

.pathObject

Returns the value of attribute path.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def path
  @path
end

.path_recordsObject

Returns the value of attribute path_records.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def path_records
  @path_records
end

.post_process_hookObject

Returns the value of attribute post_process_hook.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def post_process_hook
  @post_process_hook
end

.request_headersObject

Returns the value of attribute request_headers.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def request_headers
  @request_headers
end

.response_headersObject

Returns the value of attribute response_headers.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def response_headers
  @response_headers
end

.security_schemesObject

Returns the value of attribute security_schemes.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def security_schemes
  @security_schemes
end

.serversObject

Returns the value of attribute servers.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def servers
  @servers
end

.summary_builderObject

Returns the value of attribute summary_builder.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def summary_builder
  @summary_builder
end

.tags_builderObject

Returns the value of attribute tags_builder.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def tags_builder
  @tags_builder
end

.titleObject

Returns the value of attribute title.



57
58
59
# File 'lib/rspec/openapi.rb', line 57

def title
  @title
end