Class: ChefCLI::Command::Generate::GeneratorCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/chef-cli/command/generate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



41
42
43
# File 'lib/chef-cli/command/generate.rb', line 41

def class_name
  @class_name
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



41
42
43
# File 'lib/chef-cli/command/generate.rb', line 41

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



41
42
43
# File 'lib/chef-cli/command/generate.rb', line 41

def name
  @name
end