Class: Fog::Storage::Ninefold::Mock
- Inherits:
-
Atmos::Mock
- Object
- Atmos::Mock
- Fog::Storage::Ninefold::Mock
- Includes:
- Utils
- Defined in:
- lib/fog/ninefold/storage.rb
Constant Summary
Constants included from Atmos::Utils
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
- #request(options) ⇒ Object
Methods included from Atmos::Utils
#api_path, #host, #port, #setup_credentials, #ssl?
Constructor Details
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
28 29 30 31 32 |
# File 'lib/fog/ninefold/storage.rb', line 28 def initialize(={}) require 'mime/types' @ninefold_storage_token = [:ninefold_storage_token] @ninefold_storage_secret = [:ninefold_storage_secret] end |
Instance Method Details
#request(options) ⇒ Object
34 35 36 |
# File 'lib/fog/ninefold/storage.rb', line 34 def request() raise "Ninefold Storage mocks not implemented" end |