Class: Shell::Extensions::Help
- Inherits:
-
Struct
- Object
- Struct
- Shell::Extensions::Help
- Defined in:
- lib/chef/shell/ext.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#explanation ⇒ Object
Returns the value of attribute explanation.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
33 34 35 |
# File 'lib/chef/shell/ext.rb', line 33 def cmd @cmd end |
#desc ⇒ Object
Returns the value of attribute desc
33 34 35 |
# File 'lib/chef/shell/ext.rb', line 33 def desc @desc end |
#explanation ⇒ Object
Returns the value of attribute explanation
33 34 35 |
# File 'lib/chef/shell/ext.rb', line 33 def explanation @explanation end |