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
14 15 16 |
# File 'lib/brakeman/checks/base_check.rb', line 14 def match @match end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/brakeman/checks/base_check.rb', line 14 def type @type end |