Class: Worldfootball::Configuration::Generate

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

Instance Method Summary collapse

Instance Method Details

#out_dirObject



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

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

#out_dir=(value) ⇒ Object



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

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