Class: DpnSwaggerEngine::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/dpn_swagger_engine/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_passwordObject

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_usernameObject

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_filesObject

{ default: “swagger.json” }


35
36
37
# File 'lib/dpn_swagger_engine/engine.rb', line 35

def json_files
  @json_files
end