Class: RadiantGo::Config
- Inherits:
-
Object
- Object
- RadiantGo::Config
- Defined in:
- lib/radiant-go/config.rb
Class Attribute Summary collapse
-
.admin_name ⇒ Object
Returns the value of attribute admin_name.
-
.admin_pass ⇒ Object
Returns the value of attribute admin_pass.
-
.admin_user ⇒ Object
Returns the value of attribute admin_user.
-
.database ⇒ Object
Returns the value of attribute database.
-
.database_template ⇒ Object
Returns the value of attribute database_template.
-
.gemfile_location ⇒ Object
Returns the value of attribute gemfile_location.
Class Attribute Details
.admin_name ⇒ Object
Returns the value of attribute admin_name.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def admin_name @admin_name end |
.admin_pass ⇒ Object
Returns the value of attribute admin_pass.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def admin_pass @admin_pass end |
.admin_user ⇒ Object
Returns the value of attribute admin_user.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def admin_user @admin_user end |
.database ⇒ Object
Returns the value of attribute database.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def database @database end |
.database_template ⇒ Object
Returns the value of attribute database_template.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def database_template @database_template end |
.gemfile_location ⇒ Object
Returns the value of attribute gemfile_location.
6 7 8 |
# File 'lib/radiant-go/config.rb', line 6 def gemfile_location @gemfile_location end |