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



19
20
21
# File 'lib/brakeman/checks/base_check.rb', line 19

def match
  @match
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/brakeman/checks/base_check.rb', line 19

def type
  @type
end