Class: Textus::Command::KeyMv

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



11
12
13
# File 'lib/textus/command.rb', line 11

def dry_run
  @dry_run
end

#new_keyObject (readonly)

Returns the value of attribute new_key

Returns:

  • (Object)

    the current value of new_key



11
12
13
# File 'lib/textus/command.rb', line 11

def new_key
  @new_key
end

#old_keyObject (readonly)

Returns the value of attribute old_key

Returns:

  • (Object)

    the current value of old_key



11
12
13
# File 'lib/textus/command.rb', line 11

def old_key
  @old_key
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



11
12
13
# File 'lib/textus/command.rb', line 11

def role
  @role
end