Class: PrelandsRails::UpdateSimpleSource::RemoveContentFromOldAwsPrefix
- Inherits:
-
Object
- Object
- PrelandsRails::UpdateSimpleSource::RemoveContentFromOldAwsPrefix
- 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
Methods included from AbstractInteractor
Instance Method Details
#act ⇒ Object
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 |