# File lib/deltacloud/base_driver/base_driver.rb, line 178 def storage_snapshot(credentials, opts) snapshots = storage_snapshots(credentials, opts) return snapshots.first unless snapshots.empty? nil end