class TeamcityHooks::Configuration
Attributes
config_file[RW]
endpoint[RW]
password[RW]
username[RW]
Public Instance Methods
config()
click to toggle source
# File lib/teamcity_hooks/configuration.rb, line 36 def config OpenStruct.new(YALM.load_file(@config_file)) end