Class: DpnSwaggerEngine::Configuration
- Inherits:
-
Object
- Object
- DpnSwaggerEngine::Configuration
- Defined in:
- lib/dpn_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.
37 38 39 |
# File 'lib/dpn_swagger_engine/engine.rb', line 37 def admin_password @admin_password end |
#admin_username ⇒ Object
Returns the value of attribute admin_username.
36 37 38 |
# File 'lib/dpn_swagger_engine/engine.rb', line 36 def admin_username @admin_username end |
#json_files ⇒ Object
- { default: “swagger.json” }
35 36 37 |
# File 'lib/dpn_swagger_engine/engine.rb', line 35 def json_files @json_files end |