Module: CrontabRb

Defined in:
lib/crontab_rb.rb,
lib/crontab_rb/cron.rb,
lib/crontab_rb/parse.rb,
lib/crontab_rb/write.rb,
lib/crontab_rb/version.rb,
lib/crontab_rb/database.rb,
lib/crontab_rb/template.rb,
lib/crontab_rb/configuration.rb

Defined Under Namespace

Modules: Template Classes: Configuration, Cron, Database, Parse, Write

Constant Summary collapse

VERSION =
"0.1.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



6
7
8
# File 'lib/crontab_rb.rb', line 6

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



13
14
15
# File 'lib/crontab_rb.rb', line 13

def self.configure
  yield(configuration)
end