Module: CrontabRb

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

Defined Under Namespace

Classes: Configuration, Cron, Database, Write

Constant Summary collapse

VERSION =
"1.1.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



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

def configuration
  @configuration
end

Class Method Details

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

Yields:



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

def self.configure
  yield(configuration)
end