Class: ChefCLI::Command::Generate::GeneratorCommand
- Inherits:
-
Struct
- Object
- Struct
- ChefCLI::Command::Generate::GeneratorCommand
- Defined in:
- lib/chef-cli/command/generate.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
41 42 43 |
# File 'lib/chef-cli/command/generate.rb', line 41 def class_name @class_name end |
#description ⇒ Object
Returns the value of attribute description
41 42 43 |
# File 'lib/chef-cli/command/generate.rb', line 41 def description @description end |
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/chef-cli/command/generate.rb', line 41 def name @name end |