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