Class: Textus::Command::KeyMv
- Inherits:
-
Data
- Object
- Data
- Textus::Command::KeyMv
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#new_key ⇒ Object
readonly
Returns the value of attribute new_key.
-
#old_key ⇒ Object
readonly
Returns the value of attribute old_key.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
11 12 13 |
# File 'lib/textus/command.rb', line 11 def dry_run @dry_run end |
#new_key ⇒ Object (readonly)
Returns the value of attribute new_key
11 12 13 |
# File 'lib/textus/command.rb', line 11 def new_key @new_key end |
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
11 12 13 |
# File 'lib/textus/command.rb', line 11 def old_key @old_key end |
#role ⇒ Object (readonly)
Returns the value of attribute role
11 12 13 |
# File 'lib/textus/command.rb', line 11 def role @role end |