Module: RswagSchemaExport
- Defined in:
- lib/rswag_schema_export.rb,
lib/rswag_schema_export/client.rb,
lib/rswag_schema_export/differ.rb,
lib/rswag_schema_export/railtie.rb,
lib/rswag_schema_export/version.rb,
lib/rswag_schema_export/configuration.rb,
lib/rswag_schema_export/schema_export.rb,
lib/rswag_schema_export/schema_import.rb,
lib/generators/rswag_schema_export/install/install_generator.rb
Defined Under Namespace
Classes: Client, Configuration, Differ, Export, Import, InstallGenerator, Railtie
Constant Summary
collapse
- VERSION =
"0.3.0".freeze
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
16
17
18
|
# File 'lib/rswag_schema_export.rb', line 16
def self.config
@config ||= Configuration.new
end
|
12
13
14
|
# File 'lib/rswag_schema_export.rb', line 12
def self.configure
yield(config)
end
|