Class: Fog::Storage::Atmos::Mock

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

Direct Known Subclasses

Ninefold::Mock

Constant Summary

Constants included from Utils

Utils::ENDPOINT_REGEX

Instance Method Summary collapse

Methods included from Utils

#api_path, #host, #port, #setup_credentials, #ssl?

Constructor Details

#initialize(options = {}) ⇒ Mock

Returns a new instance of Mock.



68
69
70
# File 'lib/fog/atmos/storage.rb', line 68

def initialize(options={})
  setup_credentials(options)
end

Instance Method Details

#request(options) ⇒ Object



72
73
74
# File 'lib/fog/atmos/storage.rb', line 72

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