Class: Fog::AWS::ElasticBeanstalk::Mock
- Inherits:
-
Object
- Object
- Fog::AWS::ElasticBeanstalk::Mock
- Defined in:
- lib/fog/aws/beanstalk.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.
60 61 62 |
# File 'lib/fog/aws/beanstalk.rb', line 60 def initialize(={}) Fog::Mock.not_implemented end |