Class: Brakeman::TemplateParser::TemplateFile
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Brakeman::TemplateParser::TemplateFile
 
 
- Defined in:
 - lib/brakeman/parsers/template_parser.rb
 
Instance Attribute Summary collapse
- 
  
    
      #ast  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute ast.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #path  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute path.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute type.
 
Instance Attribute Details
#ast ⇒ Object
Returns the value of attribute ast
      7 8 9  | 
    
      # File 'lib/brakeman/parsers/template_parser.rb', line 7 def ast @ast end  | 
  
#name ⇒ Object
Returns the value of attribute name
      7 8 9  | 
    
      # File 'lib/brakeman/parsers/template_parser.rb', line 7 def name @name end  | 
  
#path ⇒ Object
Returns the value of attribute path
      7 8 9  | 
    
      # File 'lib/brakeman/parsers/template_parser.rb', line 7 def path @path end  | 
  
#type ⇒ Object
Returns the value of attribute type
      7 8 9  | 
    
      # File 'lib/brakeman/parsers/template_parser.rb', line 7 def type @type end  |