Class: PrelandsRails::UpdateSimpleSource::GenerateNewAwsPrefix
- Inherits:
-
Object
- Object
- PrelandsRails::UpdateSimpleSource::GenerateNewAwsPrefix
- Includes:
- Interactor, Interactor::Contracts, AbstractInteractor
- Defined in:
- lib/prelands_rails/update_simple_source/generate_new_aws_prefix.rb
Instance Method Summary collapse
Methods included from AbstractInteractor
Instance Method Details
#act ⇒ Object
19 20 21 22 |
# File 'lib/prelands_rails/update_simple_source/generate_new_aws_prefix.rb', line 19 def act context.old_aws_prefix = context.aws_prefix context.aws_prefix = SecureRandom.uuid[0..7] end |