Class: Fog::AWS::Glacier::Mock
- Inherits:
-
Object
- Object
- Fog::AWS::Glacier::Mock
- Defined in:
- lib/fog/aws/glacier.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
Constructor Details
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
96 97 98 |
# File 'lib/fog/aws/glacier.rb', line 96 def initialize(={}) Fog::Mock.not_implemented end |