Class: Fog::Storage::Ninefold::Mock
- Inherits:
-
Atmos::Mock
- Object
- Atmos::Mock
- Fog::Storage::Ninefold::Mock
- Includes:
- Utils
- Defined in:
- lib/fog/ninefold/storage.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
- #request(options) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
27 28 29 30 |
# File 'lib/fog/ninefold/storage.rb', line 27 def initialize(={}) @ninefold_storage_token = [:ninefold_storage_token] @ninefold_storage_secret = [:ninefold_storage_secret] end |
Instance Method Details
#request(options) ⇒ Object
32 33 34 |
# File 'lib/fog/ninefold/storage.rb', line 32 def request() raise "Ninefold Storage mocks not implemented" end |