Class: Textus::Orchestration::MoveKeyCommand

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/orchestration.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



4
5
6
# File 'lib/textus/orchestration.rb', line 4

def dry_run
  @dry_run
end

#if_etagObject (readonly)

Returns the value of attribute if_etag

Returns:

  • (Object)

    the current value of if_etag



4
5
6
# File 'lib/textus/orchestration.rb', line 4

def if_etag
  @if_etag
end

#new_keyObject (readonly)

Returns the value of attribute new_key

Returns:

  • (Object)

    the current value of new_key



4
5
6
# File 'lib/textus/orchestration.rb', line 4

def new_key
  @new_key
end

#old_keyObject (readonly)

Returns the value of attribute old_key

Returns:

  • (Object)

    the current value of old_key



4
5
6
# File 'lib/textus/orchestration.rb', line 4

def old_key
  @old_key
end