Class: PrelandsRails::UpdateSimpleSource::RemoveContentFromOldAwsPrefix

Inherits:
Object
  • Object
show all
Includes:
Interactor, Interactor::Contracts, AbstractInteractor, Upload::DeleteCompiledFiles
Defined in:
lib/prelands_rails/update_simple_source/remove_content_from_old_aws_prefix.rb

Instance Method Summary collapse

Methods included from Upload::DeleteCompiledFiles

#delete_compiled_files

Methods included from AbstractInteractor

#call

Instance Method Details

#actObject



22
23
24
# File 'lib/prelands_rails/update_simple_source/remove_content_from_old_aws_prefix.rb', line 22

def act
  delete_compiled_files(context.old_aws_prefix)
end