# File lib/fog/brightbox/models/compute/database_snapshots.rb, line 10defalldata = service.list_database_snapshotsload(data)
end
get(identifier)click to toggle source
# File lib/fog/brightbox/models/compute/database_snapshots.rb, line 15defget(identifier)
data = service.get_database_snapshot(identifier)
new(data)
rescueExcon::Errors::NotFoundnilend