Class: Fog::Storage::External::Real
- Inherits:
-
Object
- Object
- Fog::Storage::External::Real
- Defined in:
- lib/fog/external/storage.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Real
constructor
A new instance of Real.
- #remote ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Real
Returns a new instance of Real.
19 20 21 22 |
# File 'lib/fog/external/storage.rb', line 19 def initialize(={}) require 'mime/types' @delegate = [:delegate] end |
Instance Method Details
#remote ⇒ Object
24 25 26 |
# File 'lib/fog/external/storage.rb', line 24 def remote @delegate end |