Class: Worldfootball::Configuration::Generate
- Inherits:
-
Object
- Object
- Worldfootball::Configuration::Generate
- Defined in:
- lib/worldfootball.rb
Instance Method Summary collapse
Instance Method Details
#out_dir ⇒ Object
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 |