Class: ReleaseCeremony::TransactionalWriter::Artifact
- Inherits:
-
Struct
- Object
- Struct
- ReleaseCeremony::TransactionalWriter::Artifact
- Defined in:
- lib/release_ceremony/transactional_writer.rb
Instance Attribute Summary collapse
-
#backup ⇒ Object
Returns the value of attribute backup.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#backup ⇒ Object
Returns the value of attribute backup
11 12 13 |
# File 'lib/release_ceremony/transactional_writer.rb', line 11 def backup @backup end |
#replacement ⇒ Object
Returns the value of attribute replacement
11 12 13 |
# File 'lib/release_ceremony/transactional_writer.rb', line 11 def replacement @replacement end |
#target ⇒ Object
Returns the value of attribute target
11 12 13 |
# File 'lib/release_ceremony/transactional_writer.rb', line 11 def target @target end |