Class: Textus::Dispatch::Contracts::MoveKey

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/dispatch/contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject (readonly)

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



12
13
14
# File 'lib/textus/dispatch/contracts.rb', line 12

def dry_run
  @dry_run
end

#if_etagObject (readonly)

Returns the value of attribute if_etag

Returns:

  • (Object)

    the current value of if_etag



12
13
14
# File 'lib/textus/dispatch/contracts.rb', line 12

def if_etag
  @if_etag
end

#new_keyObject (readonly)

Returns the value of attribute new_key

Returns:

  • (Object)

    the current value of new_key



12
13
14
# File 'lib/textus/dispatch/contracts.rb', line 12

def new_key
  @new_key
end

#old_keyObject (readonly)

Returns the value of attribute old_key

Returns:

  • (Object)

    the current value of old_key



12
13
14
# File 'lib/textus/dispatch/contracts.rb', line 12

def old_key
  @old_key
end