class Rgentpl::Configuration
Public Class Methods
new(*args)
click to toggle source
Set custom default values
@param args [Array] the attributes @return [void]
Calls superclass method
# File lib/rgentpl/core/configuration.rb, line 56 def initialize(*args) super # Bug - Update some default values @log_file = Rgentpl.env + '.log' end
Public Instance Methods
config()
click to toggle source
@return [Rgentpl::Configuration] the configuration
# File lib/rgentpl/core/configuration.rb, line 65 def config Rgentpl.config end