Class: RadiantGo::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/radiant-go/config.rb

Class Attribute Summary collapse

Class Attribute Details

.admin_nameObject

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_passObject

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_userObject

Returns the value of attribute admin_user.



6
7
8
# File 'lib/radiant-go/config.rb', line 6

def admin_user
  @admin_user
end

.databaseObject

Returns the value of attribute database.



6
7
8
# File 'lib/radiant-go/config.rb', line 6

def database
  @database
end

.database_templateObject

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_locationObject

Returns the value of attribute gemfile_location.



6
7
8
# File 'lib/radiant-go/config.rb', line 6

def gemfile_location
  @gemfile_location
end