Class: Fog::Storage::Ninefold::Mock

Inherits:
Object
  • Object
show all
Includes:
Utils
Defined in:
lib/fog/ninefold/storage.rb

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Mock

Returns a new instance of Mock.



33
34
35
36
37
# File 'lib/fog/ninefold/storage.rb', line 33

def initialize(options={})
  require 'mime/types'
  @ninefold_storage_token = options[:ninefold_storage_token]
  @ninefold_storage_secret = options[:ninefold_storage_secret]
end

Instance Method Details

#request(options) ⇒ Object



39
40
41
# File 'lib/fog/ninefold/storage.rb', line 39

def request(options)
  raise "Ninefold Storage mocks not implemented"
end