Class: Akashi::Rds::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/akashi/rds/base.rb

Direct Known Subclasses

DbInstance

Class Method Summary collapse

Methods inherited from Base

all, base_class, collection, find, find_by, #initialize, object_class, where

Constructor Details

This class inherits a constructor from Akashi::Base

Class Method Details

.service_classObject



5
6
7
# File 'lib/akashi/rds/base.rb', line 5

def service_class
  @service_class ||= "RDS"
end