Class Churn::ChurnOptions
In: lib/churn/options.rb
Parent: Object

responsible for storing the churn configuration

Methods

new   set_options  

Constants

DEFAULT_CHURN_DIRECTORY = "tmp/churn"
DEFAULT_MINIMUM_CHURN_COUNT = 5
DEFAULT_START_TIME = '3 months ago'
DEFAULT_REPORT_HOST = 'http://churn.picoappz.com'

Attributes

data_directory  [RW] 
history  [RW] 
ignores  [RW] 
minimum_churn_count  [RW] 
name  [RW] 
report_host  [RW] 
start_date  [RW] 

Public Class methods

Public Instance methods

[Validate]