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
-
#choices ⇒ Object
readonly
Returns the value of attribute choices.
-
#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 Method Summary collapse
-
#initialize(label:, description:, command:, verify:, escalation:, next_fix:, choices: nil) ⇒ Fix
constructor
A new instance of Fix.
Constructor Details
#initialize(label:, description:, command:, verify:, escalation:, next_fix:, choices: nil) ⇒ Fix
Returns a new instance of Fix.
28 29 30 |
# File 'lib/easy_caddy/commands/audit.rb', line 28 def initialize(label:, description:, command:, verify:, escalation:, next_fix:, choices: nil) super end |
Instance Attribute Details
#choices ⇒ Object (readonly)
Returns the value of attribute choices
27 28 29 |
# File 'lib/easy_caddy/commands/audit.rb', line 27 def choices @choices end |
#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 |