class Worldfootball::Configuration::Convert

nested configuration classes - use - why? why not?

Public Instance Methods

out_dir() click to toggle source
# File lib/football-sources/worldfootball/config.rb, line 8
def out_dir()       @out_dir || './o'; end
out_dir=(value) click to toggle source
# File lib/football-sources/worldfootball/config.rb, line 9
def out_dir=(value) @out_dir = value; end