Class: Textus::Command::KeyMvPrefix

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



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

def dry_run
  @dry_run
end

#from_prefixObject (readonly)

Returns the value of attribute from_prefix

Returns:

  • (Object)

    the current value of from_prefix



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

def from_prefix
  @from_prefix
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



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

def role
  @role
end

#to_prefixObject (readonly)

Returns the value of attribute to_prefix

Returns:

  • (Object)

    the current value of to_prefix



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

def to_prefix
  @to_prefix
end