Method: Moab::Configuration#storage_roots
- Defined in:
- lib/moab/config.rb
#storage_roots(new_value = nil) ⇒ Object
15 16 17 18 |
# File 'lib/moab/config.rb', line 15 def storage_roots(new_value = nil) @storage_roots = new_value if new_value @storage_roots end |