Fog::Model
# File lib/fog/brightbox/models/compute/database_snapshot.rb, line 38 def destroy requires :identity merge_attributes(service.destroy_database_snapshot(identity)) true end
# File lib/fog/brightbox/models/compute/database_snapshot.rb, line 34 def ready? state == "available" end
# File lib/fog/brightbox/models/compute/database_snapshot.rb, line 24 def save options = { :name => name, :description => description } data = update_database_snapshot(options) merge_attributes(data) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.