Class: Textus::Command::KeyDeletePrefix

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



33
34
35
# File 'lib/textus/command.rb', line 33

def dry_run
  @dry_run
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



33
34
35
# File 'lib/textus/command.rb', line 33

def prefix
  @prefix
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



33
34
35
# File 'lib/textus/command.rb', line 33

def role
  @role
end