Class: Brakeman::BaseCheck::Match
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Brakeman::BaseCheck::Match
 
 
- Defined in:
 - lib/brakeman/checks/base_check.rb
 
Instance Attribute Summary collapse
- 
  
    
      #match  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute match.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute type.
 
Instance Attribute Details
#match ⇒ Object
Returns the value of attribute match
      19 20 21  | 
    
      # File 'lib/brakeman/checks/base_check.rb', line 19 def match @match end  | 
  
#type ⇒ Object
Returns the value of attribute type
      19 20 21  | 
    
      # File 'lib/brakeman/checks/base_check.rb', line 19 def type @type end  |