Class: ChefCLI::CommandsMap::CommandSpec
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - ChefCLI::CommandsMap::CommandSpec
 
 
- Defined in:
 - lib/chef-cli/commands_map.rb,
lib/chef-cli/commands_map.rb 
Instance Attribute Summary collapse
- 
  
    
      #constant_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute constant_name.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute description.
 - 
  
    
      #hidden  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute hidden.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #require_path  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute require_path.
 
Instance Method Summary collapse
Instance Attribute Details
#constant_name ⇒ Object
Returns the value of attribute constant_name
      57 58 59  | 
    
      # File 'lib/chef-cli/commands_map.rb', line 57 def constant_name @constant_name end  | 
  
#description ⇒ Object
Returns the value of attribute description
      57 58 59  | 
    
      # File 'lib/chef-cli/commands_map.rb', line 57 def description @description end  | 
  
#hidden ⇒ Object
Returns the value of attribute hidden
      57 58 59  | 
    
      # File 'lib/chef-cli/commands_map.rb', line 57 def hidden @hidden end  | 
  
#name ⇒ Object
Returns the value of attribute name
      57 58 59  | 
    
      # File 'lib/chef-cli/commands_map.rb', line 57 def name @name end  | 
  
#require_path ⇒ Object
Returns the value of attribute require_path
      57 58 59  | 
    
      # File 'lib/chef-cli/commands_map.rb', line 57 def require_path @require_path end  |