Class: PrelandsRails::UpdateSimpleSource::GenerateNewAwsPrefix

Inherits:
Object
  • Object
show all
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

#call

Instance Method Details

#actObject



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