module RswagSchemaExport
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/rswag_schema_export.rb, line 16 def self.config @config ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/rswag_schema_export.rb, line 12 def self.configure yield(config) end