Class: Fog::Storage::Ninefold::Mock
- Inherits:
-
Object
- Object
- 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.
34 35 36 37 38 |
# File 'lib/fog/ninefold/storage.rb', line 34 def initialize(={}) require 'mime/types' @ninefold_storage_token = [:ninefold_storage_token] @ninefold_storage_secret = [:ninefold_storage_secret] end |
Instance Method Details
#request(options) ⇒ Object
40 41 42 |
# File 'lib/fog/ninefold/storage.rb', line 40 def request() raise "Ninefold Storage mocks not implemented" end |