Class: Worldfootball::Configuration::Generate

Inherits:
Object
  • Object
show all
Defined in:
lib/worldfootball.rb

Instance Method Summary collapse

Instance Method Details

#out_dirObject



54
# File 'lib/worldfootball.rb', line 54

def out_dir()       @out_dir || './o'; end

#out_dir=(value) ⇒ Object



55
# File 'lib/worldfootball.rb', line 55

def out_dir=(value) @out_dir = value; end