Class: SwaggerEngine::Configuration
- Inherits:
-
Object
- Object
- SwaggerEngine::Configuration
- Defined in:
- lib/swagger_engine/engine.rb
Instance Attribute Summary collapse
-
#admin_password ⇒ Object
Returns the value of attribute admin_password.
-
#admin_username ⇒ Object
Returns the value of attribute admin_username.
-
#json_files ⇒ Object
[{ default: “swagger.json” }].
Instance Attribute Details
#admin_password ⇒ Object
Returns the value of attribute admin_password.
15 16 17 |
# File 'lib/swagger_engine/engine.rb', line 15 def admin_password @admin_password end |
#admin_username ⇒ Object
Returns the value of attribute admin_username.
14 15 16 |
# File 'lib/swagger_engine/engine.rb', line 14 def admin_username @admin_username end |
#json_files ⇒ Object
- { default: “swagger.json” }
13 14 15 |
# File 'lib/swagger_engine/engine.rb', line 13 def json_files @json_files end |