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
33 34 35 |
# File 'lib/textus/command.rb', line 33 def dry_run @dry_run end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
33 34 35 |
# File 'lib/textus/command.rb', line 33 def prefix @prefix end |
#role ⇒ Object (readonly)
Returns the value of attribute role
33 34 35 |
# File 'lib/textus/command.rb', line 33 def role @role end |