Module: Eaglenube::Synchronizer::AWS::DbSnapshot
- Defined in:
- lib/eaglenube/synchronizer/aws/db_snapshot.rb
Defined Under Namespace
Modules: DbSnapshotSyncMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
12 13 14 15 |
# File 'lib/eaglenube/synchronizer/aws/db_snapshot.rb', line 12 def self.included(receiver) receiver.extend Eaglenube::Synchronizer::AWS::CommonMethods receiver.extend DbSnapshotSyncMethods end |