Sha256: f8f328cf78b657d55ec3f42fe2ff48cd39b0fd06a0572ae89c4f9fee664f905e
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
module SwaggerUiEngine2 class Configuration # Configurable options OPTIONS = %i( admin_username admin_password doc_expansion json_editor model_rendering oauth_client_id oauth_client_secret oauth_realm oauth_app_name oauth_scope_separator oauth_query_string_params request_headers swagger_url translator_enabled validator_enabled ).freeze attr_accessor(*OPTIONS) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swagger_ui_engine_2-0.2.0 | lib/swagger_ui_engine_2/configuration.rb |