Module: VGH::APPS

Defined in:
lib/vgh/apps.rb,
lib/vgh/apps/checkpoint.rb,
lib/vgh/apps/ec2_backup.rb

Overview

See Applications Section in the README file.

Usage:

APPS.list

Defined Under Namespace

Classes: Checkpoint, EC2_Backup

Class Method Summary collapse

Class Method Details

.listArray

Lists the available applications

Returns:

  • (Array)


14
15
16
17
18
19
# File 'lib/vgh/apps.rb', line 14

def self.list
  @apps ||= [
    'ec2-backup',
    'checkpoint'
  ]
end