Class: Imap::Backup::Setup::Helpers

Inherits:
Object
  • Object
show all
Defined in:
lib/imap/backup/setup/helpers.rb

Overview

Helpers for the setup system

Instance Method Summary collapse

Instance Method Details

#title_prefixString

Returns the prefix for setup menus.

Returns:

  • (String)

    the prefix for setup menus



11
12
13
# File 'lib/imap/backup/setup/helpers.rb', line 11

def title_prefix
  "imap-backup -"
end

#versionString

Returns the current application version.

Returns:

  • (String)

    the current application version



16
17
18
# File 'lib/imap/backup/setup/helpers.rb', line 16

def version
  VERSION
end