Module: Ec2::Blackout

Defined in:
lib/ec2-blackout/version.rb

Defined Under Namespace

Classes: AutoScalingGroup, Ec2Instance, Options, Shutdown, Startup

Constant Summary collapse

VERSION =
"0.0.10"

Class Method Summary collapse

Class Method Details

.descriptionObject



13
14
15
16
17
18
19
20
# File 'lib/ec2-blackout/version.rb', line 13

def self.description
  %q{
    ec2-blackout is a command line tool to shutdown EC2 instances.

    It's main purpose is to save you money by stopping EC2 instances during
    out of office hours.
  }
end

.nameObject



5
6
7
# File 'lib/ec2-blackout/version.rb', line 5

def self.name
  'ec2-blackout'
end

.summaryObject



9
10
11
# File 'lib/ec2-blackout/version.rb', line 9

def self.summary
  'A command-line tool to shutdown EC2 instances.'
end