module SwaggerUiEngine

Constants

DEFAULTS
OAUTH2_DEFAULTS
SWAGGER_UI_VERSION
VERSION

Public Class Methods

configuration() click to toggle source
# File lib/swagger_ui_engine.rb, line 12
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/swagger_ui_engine.rb, line 16
def configure
  yield configuration
end