class LocalModel::Configuration

Attributes

cleanup_on_start[RW]
namespace[RW]
path[RW]

Public Class Methods

new() click to toggle source
# File lib/local_model.rb, line 62
def initialize
  @path = "#{Dir.pwd}/tmp"
  @cleanup_on_start = false
  @namespace = nil
end