Class: Brakeman::BaseCheck::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/brakeman/checks/base_check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



14
15
16
# File 'lib/brakeman/checks/base_check.rb', line 14

def match
  @match
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/brakeman/checks/base_check.rb', line 14

def type
  @type
end