module Korinthenkacker::Configuration
Public Instance Methods
jenkins_url()
click to toggle source
# File lib/korinthenkacker/configuration.rb, line 7 def jenkins_url settings['jenkins']['url'] end
Private Instance Methods
settings()
click to toggle source
# File lib/korinthenkacker/configuration.rb, line 12 def settings @settings ||= YAML.load_file('.korinthenkacker.yml') end