Class: Fog::Connection Deprecated
- Inherits:
-
XML::Connection
- Object
- XML::Connection
- Fog::Connection
- Defined in:
- lib/fog/core/deprecated/connection.rb
Overview
Instance Method Summary collapse
Instance Method Details
#request(params, &block) ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'lib/fog/core/deprecated/connection.rb', line 15 def request(params, &block) if params.key?(:parser) Fog::Logger.deprecation("Fog::Connection is deprecated use Fog::XML::Connection instead [light_black](#{caller.first})[/]") else Fog::Logger.deprecation("Fog::Connection is deprecated use Fog::Core::Connection instead [light_black](#{caller.first})[/]") end super(params) end |