key()
public
Returns a combination key of
the blob and the variation that together identifies a specific variant.
# File activestorage/app/models/active_storage/preview.rb, line 77
def key
if processed?
presentation.key
else
raise UnprocessedError
end
end