Class: Textus::Command::KeyMvPrefix
- Inherits:
-
Data
- Object
- Data
- Textus::Command::KeyMvPrefix
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#from_prefix ⇒ Object
readonly
Returns the value of attribute from_prefix.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#to_prefix ⇒ Object
readonly
Returns the value of attribute to_prefix.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
32 33 34 |
# File 'lib/textus/command.rb', line 32 def dry_run @dry_run end |
#from_prefix ⇒ Object (readonly)
Returns the value of attribute from_prefix
32 33 34 |
# File 'lib/textus/command.rb', line 32 def from_prefix @from_prefix end |
#role ⇒ Object (readonly)
Returns the value of attribute role
32 33 34 |
# File 'lib/textus/command.rb', line 32 def role @role end |
#to_prefix ⇒ Object (readonly)
Returns the value of attribute to_prefix
32 33 34 |
# File 'lib/textus/command.rb', line 32 def to_prefix @to_prefix end |