Module: VGH::APPS
- Defined in:
- lib/vgh/apps.rb,
lib/vgh/apps/checkpoint.rb,
lib/vgh/apps/ec2_backup.rb
Overview
Defined Under Namespace
Classes: Checkpoint, EC2_Backup
Class Method Summary collapse
-
.list ⇒ Array
Lists the available applications.
Class Method Details
.list ⇒ Array
Lists the available applications
14 15 16 17 18 19 |
# File 'lib/vgh/apps.rb', line 14 def self.list @apps ||= [ 'ec2-backup', 'checkpoint' ] end |