Module: RbRotate
- Defined in:
- lib/rb.rotate.rb,
lib/rb.rotate/log.rb,
lib/rb.rotate/file.rb,
lib/rb.rotate/hook.rb,
lib/rb.rotate/mail.rb,
lib/rb.rotate/state.rb,
lib/rb.rotate/reader.rb,
lib/rb.rotate/storage.rb,
lib/rb.rotate/directory.rb,
lib/rb.rotate/dispatcher.rb,
lib/rb.rotate/state/file.rb,
lib/rb.rotate/storage/item.rb,
lib/rb.rotate/configuration.rb,
lib/rb.rotate/state/archive.rb,
lib/rb.rotate/storage/entry.rb
Defined Under Namespace
Modules: StateModule, StorageModule Classes: Configuration, Directory, DirectoryConfiguration, Dispatcher, File, Hook, Log, Mail, Reader, State, Storage
Class Method Summary collapse
-
.install! ⇒ Object
Installs the application.
-
.run! ⇒ Object
Runs the application.
-
.sysname! ⇒ Object
Prints out the system name.
Class Method Details
.install! ⇒ Object
Installs the application.
18 19 20 |
# File 'lib/rb.rotate.rb', line 18 def self.install! Dispatcher::new::install! end |
.run! ⇒ Object
Runs the application.
10 11 12 |
# File 'lib/rb.rotate.rb', line 10 def self.run! Dispatcher::new::run! end |
.sysname! ⇒ Object
Prints out the system name.
26 27 28 |
# File 'lib/rb.rotate.rb', line 26 def self.sysname! Dispatcher::new::sysname! end |