Class: Fog::Storage::Atmos::Mock
- Inherits:
-
Object
- Object
- Fog::Storage::Atmos::Mock
- Includes:
- Utils
- Defined in:
- lib/fog/atmos/storage.rb
Direct Known Subclasses
Constant Summary
Constants included from Utils
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
- #request(options) ⇒ Object
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 71 |
# File 'lib/fog/atmos/storage.rb', line 68 def initialize(={}) require 'mime/types' setup_credentials() end |
Instance Method Details
#request(options) ⇒ Object
73 74 75 |
# File 'lib/fog/atmos/storage.rb', line 73 def request() raise "Atmos Storage mocks not implemented" end |