class Fog::CDN::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/cdn.rb, line 210
def self.new(*)
  Fog::Logger.deprecation 'Fog::CDN::AWS is deprecated, please use Fog::AWS::CDN.'
  super
end