14 15 16 17
# File 'lib/dew/models/database.rb', line 14 def self.get name db = Cloud.rds.servers.get(name) new db if db end