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