module SwaggerCodegenRails

Constants

DEFAULTS
VERSION

VERSION = '0.0.1' 2018/02/26 VERSION = '0.0.12' #2018/02/27 VERSION = '0.1.01' #2018/02/28 VERSION = '0.1.1' #2018/03/01 VERSION = '0.1.2' #2018/04/23

VERSION = '0.1.3' #2018/11/11

Public Class Methods

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