module DpnSwaggerEngine

Mount swagger-ui as a rails engine to document and explore the DPN REST API within the dpn-server project.

Constants

VERSION

Version digits match swagger-ui version, with the last digit representing bug fixes or additions for this gem.

Attributes

configuration[W]

Public Instance Methods

configuration() click to toggle source
# File lib/dpn_swagger_engine/engine.rb, line 46
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/dpn_swagger_engine/engine.rb, line 50
def configure
  yield(configuration)
end