A database instance backup run resource
@see developers.google.com/cloud-sql/docs/admin-api/v1beta3/backupRuns
Checks if the instance backup run is done
@return [Boolean] True if the backup run is done; False otherwise
# File lib/fog/google/models/sql/backup_run.rb, line 28 def ready? self.state == DONE_STATE end