class Fog::OracleCloud::Database::Patches
Public Instance Methods
all(db_name)
click to toggle source
# File lib/fog/oraclecloud/models/database/patches.rb, line 10 def all(db_name) data = service.list_patches(db_name).body load(data) end