Class: Textus::Dispatch::Contracts::MoveKey
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::MoveKey
- Defined in:
- lib/textus/dispatch/contracts.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
12 13 14 |
# File 'lib/textus/dispatch/contracts.rb', line 12 def dry_run @dry_run end |
#if_etag ⇒ Object (readonly)
Returns the value of attribute if_etag
12 13 14 |
# File 'lib/textus/dispatch/contracts.rb', line 12 def if_etag @if_etag end |
#new_key ⇒ Object (readonly)
Returns the value of attribute new_key
12 13 14 |
# File 'lib/textus/dispatch/contracts.rb', line 12 def new_key @new_key end |
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
12 13 14 |
# File 'lib/textus/dispatch/contracts.rb', line 12 def old_key @old_key end |