Class: Swirl::EC2
- Inherits:
-
Object
- Object
- Swirl::EC2
- Defined in:
- lib/swirl/ec2.rb
Overview
Compat
Class Method Summary collapse
Class Method Details
.new(options) ⇒ Object
9 10 11 12 |
# File 'lib/swirl/ec2.rb', line 9 def self.new() $stderr.puts "WARNING: Swirl::EC2 will be deprecated. Use Swirl::AWS.new(:ec2) instead" return AWS.new(:ec2, ) end |