Class: Fog::AWS::EC2
- Inherits:
-
Object
- Object
- Fog::AWS::EC2
- Defined in:
- lib/fog/compute/aws.rb
Class Method Summary collapse
Class Method Details
.new(attributes = {}) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/compute/aws.rb', line 5 def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::AWS::EC2#new is deprecated, use Fog::AWS::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::AWS::Compute.new(attributes) end |