Class: Textus::Command::KeyDeletePrefix
- Inherits:
-
Data
- Object
- Data
- Textus::Command::KeyDeletePrefix
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
38 39 40 |
# File 'lib/textus/command.rb', line 38 def dry_run @dry_run end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
38 39 40 |
# File 'lib/textus/command.rb', line 38 def prefix @prefix end |
#role ⇒ Object (readonly)
Returns the value of attribute role
38 39 40 |
# File 'lib/textus/command.rb', line 38 def role @role end |