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
-
.application_version ⇒ Object
Returns the value of attribute application_version.
-
.comment ⇒ Object
Returns the value of attribute comment.
-
.config_filename ⇒ Object
readonly
Returns the value of attribute config_filename.
-
.description_builder ⇒ Object
Returns the value of attribute description_builder.
-
.enable_example ⇒ Object
Returns the value of attribute enable_example.
-
.example_types ⇒ Object
Returns the value of attribute example_types.
-
.ignored_path_params ⇒ Object
Returns the value of attribute ignored_path_params.
-
.ignored_paths ⇒ Object
Returns the value of attribute ignored_paths.
-
.info ⇒ Object
Returns the value of attribute info.
-
.path ⇒ Object
Returns the value of attribute path.
-
.path_records ⇒ Object
Returns the value of attribute path_records.
-
.post_process_hook ⇒ Object
Returns the value of attribute post_process_hook.
-
.request_headers ⇒ Object
Returns the value of attribute request_headers.
-
.response_headers ⇒ Object
Returns the value of attribute response_headers.
-
.security_schemes ⇒ Object
Returns the value of attribute security_schemes.
-
.servers ⇒ Object
Returns the value of attribute servers.
-
.summary_builder ⇒ Object
Returns the value of attribute summary_builder.
-
.tags_builder ⇒ Object
Returns the value of attribute tags_builder.
-
.title ⇒ Object
Returns the value of attribute title.
Class Attribute Details
.application_version ⇒ Object
Returns the value of attribute application_version.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def application_version @application_version end |
.comment ⇒ Object
Returns the value of attribute comment.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def comment @comment end |
.config_filename ⇒ Object (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_builder ⇒ Object
Returns the value of attribute description_builder.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def description_builder @description_builder end |
.enable_example ⇒ Object
Returns the value of attribute enable_example.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def enable_example @enable_example end |
.example_types ⇒ Object
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_params ⇒ Object
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_paths ⇒ Object
Returns the value of attribute ignored_paths.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def ignored_paths @ignored_paths end |
.info ⇒ Object
Returns the value of attribute info.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def info @info end |
.path ⇒ Object
Returns the value of attribute path.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def path @path end |
.path_records ⇒ Object
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_hook ⇒ Object
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_headers ⇒ Object
Returns the value of attribute request_headers.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def request_headers @request_headers end |
.response_headers ⇒ Object
Returns the value of attribute response_headers.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def response_headers @response_headers end |
.security_schemes ⇒ Object
Returns the value of attribute security_schemes.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def security_schemes @security_schemes end |
.servers ⇒ Object
Returns the value of attribute servers.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def servers @servers end |
.summary_builder ⇒ Object
Returns the value of attribute summary_builder.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def summary_builder @summary_builder end |
.tags_builder ⇒ Object
Returns the value of attribute tags_builder.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def @tags_builder end |
.title ⇒ Object
Returns the value of attribute title.
52 53 54 |
# File 'lib/rspec/openapi.rb', line 52 def title @title end |