module SwaggerCodegenRails::Base

Public Instance Methods

concern_dir() click to toggle source
# File lib/swagger_codegen_rails/base.rb, line 3
def concern_dir
  SwaggerCodegenRails.configuration.concern_dir
end
schema_dir() click to toggle source
# File lib/swagger_codegen_rails/base.rb, line 7
def schema_dir
  SwaggerCodegenRails.configuration.schema_dir
end