Module: Serega::SeregaPlugins::OpenAPI::ConfigInstanceMethods
- Defined in:
- lib/serega/plugins/openapi/lib/modules/config.rb
Overview
Config class additional/patched instance methods
Instance Method Summary collapse
-
#openapi ⇒ Serega::SeregaPlugins::OpenAPI::OpenAPIConfig
Returns openapi plugin config.
Instance Method Details
#openapi ⇒ Serega::SeregaPlugins::OpenAPI::OpenAPIConfig
Returns openapi plugin config
17 18 19 |
# File 'lib/serega/plugins/openapi/lib/modules/config.rb', line 17 def openapi @openapi ||= OpenAPIConfig.new(self.class.serializer_class, opts.fetch(:openapi)) end |