Class: Codeowners::DefinitionsFile::Match

Inherits:
Data
  • Object
show all
Defined in:
lib/codeowners/definitions_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#featureObject (readonly)

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



60
61
62
# File 'lib/codeowners/definitions_file.rb', line 60

def feature
  @feature
end

#path_patternObject (readonly)

Returns the value of attribute path_pattern

Returns:

  • (Object)

    the current value of path_pattern



60
61
62
# File 'lib/codeowners/definitions_file.rb', line 60

def path_pattern
  @path_pattern
end