Class: Breeze::FogWrapper::Elasticache
- Inherits:
-
AbstractConnectionWrapper
- Object
- AbstractConnectionWrapper
- Breeze::FogWrapper::Elasticache
- Defined in:
- lib/breeze/fog_wrapper.rb
Class Method Summary collapse
Methods inherited from AbstractConnectionWrapper
#flush_data!, get_connection, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Breeze::FogWrapper::AbstractConnectionWrapper
Class Method Details
.direct_fog_connection ⇒ Object
83 84 85 |
# File 'lib/breeze/fog_wrapper.rb', line 83 def self.direct_fog_connection Fog::AWS::Elasticache.new(CONFIGURATION[:cloud_service]) end |