Class: Jellyfish::Fog::Azure::Mock
- Inherits:
-
Object
- Object
- Jellyfish::Fog::Azure::Mock
- Defined in:
- lib/jellyfish_fog_azure/mock.rb
Instance Method Summary collapse
Instance Method Details
#mock! ⇒ Object
5 6 7 |
# File 'lib/jellyfish_fog_azure/mock.rb', line 5 def mock! ::Fog.mock! end |
#mock? ⇒ Boolean
13 14 15 |
# File 'lib/jellyfish_fog_azure/mock.rb', line 13 def mock? ::Fog.mock? end |
#unmock! ⇒ Object
9 10 11 |
# File 'lib/jellyfish_fog_azure/mock.rb', line 9 def unmock! ::Fog.unmock! end |