Class: Fog::Storage::External::Real

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/external/storage.rb

Instance Method Summary collapse

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(options={})
  require 'mime/types'
  @delegate = options[:delegate]
end

Instance Method Details

#remoteObject



24
25
26
# File 'lib/fog/external/storage.rb', line 24

def remote
  @delegate
end