Class: ReleaseCeremony::TransactionalWriter::Artifact

Inherits:
Struct
  • Object
show all
Defined in:
lib/release_ceremony/transactional_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backupObject

Returns the value of attribute backup

Returns:

  • (Object)

    the current value of backup



11
12
13
# File 'lib/release_ceremony/transactional_writer.rb', line 11

def backup
  @backup
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



11
12
13
# File 'lib/release_ceremony/transactional_writer.rb', line 11

def replacement
  @replacement
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



11
12
13
# File 'lib/release_ceremony/transactional_writer.rb', line 11

def target
  @target
end