Class: EasyCaddy::Commands::Audit::Fix
- Inherits:
-
Data
- Object
- Data
- EasyCaddy::Commands::Audit::Fix
- Defined in:
- lib/easy_caddy/commands/audit.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#escalation ⇒ Object
readonly
Returns the value of attribute escalation.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#next_fix ⇒ Object
readonly
Returns the value of attribute next_fix.
-
#verify ⇒ Object
readonly
Returns the value of attribute verify.
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def command @command end |
#description ⇒ Object (readonly)
Returns the value of attribute description
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def description @description end |
#escalation ⇒ Object (readonly)
Returns the value of attribute escalation
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def escalation @escalation end |
#label ⇒ Object (readonly)
Returns the value of attribute label
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def label @label end |
#next_fix ⇒ Object (readonly)
Returns the value of attribute next_fix
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def next_fix @next_fix end |
#verify ⇒ Object (readonly)
Returns the value of attribute verify
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def verify @verify end |