class Gitdocs::Configuration
Public Class Methods
start_web_frontend()
click to toggle source
@return [Boolean]
# File lib/gitdocs/configuration.rb, line 19 def self.start_web_frontend Config.global.start_web_frontend end
update(new_config)
click to toggle source
@param [Hash] new_config
# File lib/gitdocs/configuration.rb, line 29 def self.update(new_config) Config.global.update_attributes(new_config) end
web_frontend_port()
click to toggle source
@return [Integer]
# File lib/gitdocs/configuration.rb, line 24 def self.web_frontend_port Config.global.web_frontend_port end