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, Record, RecordBuilder=Object.new, ResultRecorder, SchemaBuilder=Object.new, SchemaCleaner=Object.new, SchemaFile, SchemaMerger=Object.new, SchemaSorter=Object.new

Constant Summary collapse

VERSION =
'0.21.5'

Class Attribute Summary collapse

Class Attribute Details

.application_versionObject

Returns the value of attribute application_version.



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

def application_version
  @application_version
end

.commentObject

Returns the value of attribute comment.



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

def comment
  @comment
end

.config_filenameObject (readonly)

Returns the value of attribute config_filename.



73
74
75
# File 'lib/rspec/openapi.rb', line 73

def config_filename
  @config_filename
end

.description_builderObject

Returns the value of attribute description_builder.



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

def description_builder
  @description_builder
end

.enable_exampleObject

Returns the value of attribute enable_example.



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

def enable_example
  @enable_example
end

.example_typesObject

Returns the value of attribute example_types.



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

def example_types
  @example_types
end

.formats_builderObject

Returns the value of attribute formats_builder.



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

def formats_builder
  @formats_builder
end

.ignored_path_paramsObject

Returns the value of attribute ignored_path_params.



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

def ignored_path_params
  @ignored_path_params
end

.ignored_pathsObject

Returns the value of attribute ignored_paths.



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

def ignored_paths
  @ignored_paths
end

.infoObject

Returns the value of attribute info.



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

def info
  @info
end

.pathObject

Returns the value of attribute path.



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

def path
  @path
end

.path_recordsObject

Returns the value of attribute path_records.



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

def path_records
  @path_records
end

.post_process_hookObject

Returns the value of attribute post_process_hook.



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

def post_process_hook
  @post_process_hook
end

.request_headersObject

Returns the value of attribute request_headers.



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

def request_headers
  @request_headers
end

.response_headersObject

Returns the value of attribute response_headers.



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

def response_headers
  @response_headers
end

.security_schemesObject

Returns the value of attribute security_schemes.



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

def security_schemes
  @security_schemes
end

.serversObject

Returns the value of attribute servers.



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

def servers
  @servers
end

.summary_builderObject

Returns the value of attribute summary_builder.



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

def summary_builder
  @summary_builder
end

.tags_builderObject

Returns the value of attribute tags_builder.



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

def tags_builder
  @tags_builder
end

.titleObject

Returns the value of attribute title.



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

def title
  @title
end