Module: SwaggerCodegenRails::Base
- Included in:
- Swagger::AddGenerator, Swagger::InitGenerator, Konstants
- Defined in:
- lib/swagger_codegen_rails/base.rb
Instance Method Summary collapse
Instance Method Details
#concern_dir ⇒ Object
3 4 5 |
# File 'lib/swagger_codegen_rails/base.rb', line 3 def concern_dir SwaggerCodegenRails.configuration.concern_dir end |
#schema_dir ⇒ Object
7 8 9 |
# File 'lib/swagger_codegen_rails/base.rb', line 7 def schema_dir SwaggerCodegenRails.configuration.schema_dir end |