Class: Footballdata::Configuration::Convert

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

Overview

nested configuration classes - use - why? why not?

Instance Method Summary collapse

Instance Method Details

#out_dirObject



11
# File 'lib/footballdata.rb', line 11

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

#out_dir=(value) ⇒ Object



12
# File 'lib/footballdata.rb', line 12

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