Class: SwaggerEngine::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#admin_passwordObject

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_usernameObject

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_filesObject

{ default: “swagger.json” }


13
14
15
# File 'lib/swagger_engine/engine.rb', line 13

def json_files
  @json_files
end