Class: SfCli::Sf::Project::Generate::Result
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - SfCli::Sf::Project::Generate::Result
 
 
- Defined in:
 - lib/sf_cli/sf/project/generate.rb
 
Instance Attribute Summary collapse
- 
  
    
      #files  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute files.
 - 
  
    
      #output_dir  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute output_dir.
 - 
  
    
      #raw_output  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute raw_output.
 - 
  
    
      #warnings  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute warnings.
 
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
      3 4 5  | 
    
      # File 'lib/sf_cli/sf/project/generate.rb', line 3 def files @files end  | 
  
#output_dir ⇒ Object
Returns the value of attribute output_dir
      3 4 5  | 
    
      # File 'lib/sf_cli/sf/project/generate.rb', line 3 def output_dir @output_dir end  | 
  
#raw_output ⇒ Object
Returns the value of attribute raw_output
      3 4 5  | 
    
      # File 'lib/sf_cli/sf/project/generate.rb', line 3 def raw_output @raw_output end  | 
  
#warnings ⇒ Object
Returns the value of attribute warnings
      3 4 5  | 
    
      # File 'lib/sf_cli/sf/project/generate.rb', line 3 def warnings @warnings end  |