Method: Fog::OracleCloud::Database::Snapshots#get

Defined in:
lib/fog/oraclecloud/models/database/snapshots.rb

#get(db_name, snapshot_name) ⇒ Object



15
16
17
# File 'lib/fog/oraclecloud/models/database/snapshots.rb', line 15

def get(db_name, snapshot_name)
  new(service.get_snapshot(db_name, snapshot_name).body)
end