Class: Imap::Backup::Setup::Helpers
- Inherits:
-
Object
- Object
- Imap::Backup::Setup::Helpers
- Defined in:
- lib/imap/backup/setup/helpers.rb
Overview
Helpers for the setup system
Instance Method Summary collapse
-
#title_prefix ⇒ String
The prefix for setup menus.
-
#version ⇒ String
The current application version.
Instance Method Details
#title_prefix ⇒ String
Returns the prefix for setup menus.
11 12 13 |
# File 'lib/imap/backup/setup/helpers.rb', line 11 def title_prefix "imap-backup -" end |
#version ⇒ String
Returns the current application version.
16 17 18 |
# File 'lib/imap/backup/setup/helpers.rb', line 16 def version VERSION end |