class Fog::Compute::AWS
@deprecated
Public Class Methods
new(*)
click to toggle source
@deprecated @overrides Fog::Service.new (from the fog-core gem)
Calls superclass method
# File lib/fog/aws/compute.rb, line 671 def self.new(*) Fog::Logger.deprecation 'Fog::Compute::AWS is deprecated, please use Fog::AWS::Compute.' super end