Class: Textus::Orchestration::MoveKeyCommand
- Inherits:
-
Data
- Object
- Data
- Textus::Orchestration::MoveKeyCommand
- Defined in:
- lib/textus/orchestration.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#if_etag ⇒ Object
readonly
Returns the value of attribute if_etag.
-
#new_key ⇒ Object
readonly
Returns the value of attribute new_key.
-
#old_key ⇒ Object
readonly
Returns the value of attribute old_key.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
4 5 6 |
# File 'lib/textus/orchestration.rb', line 4 def dry_run @dry_run end |
#if_etag ⇒ Object (readonly)
Returns the value of attribute if_etag
4 5 6 |
# File 'lib/textus/orchestration.rb', line 4 def if_etag @if_etag end |
#new_key ⇒ Object (readonly)
Returns the value of attribute new_key
4 5 6 |
# File 'lib/textus/orchestration.rb', line 4 def new_key @new_key end |
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
4 5 6 |
# File 'lib/textus/orchestration.rb', line 4 def old_key @old_key end |