Class: Codeowners::DefinitionsFile::Match
- Inherits:
-
Data
- Object
- Data
- Codeowners::DefinitionsFile::Match
- Defined in:
- lib/codeowners/definitions_file.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
readonly
Returns the value of attribute feature.
-
#path_pattern ⇒ Object
readonly
Returns the value of attribute path_pattern.
Instance Attribute Details
#feature ⇒ Object (readonly)
Returns the value of attribute feature
60 61 62 |
# File 'lib/codeowners/definitions_file.rb', line 60 def feature @feature end |
#path_pattern ⇒ Object (readonly)
Returns the value of attribute path_pattern
60 61 62 |
# File 'lib/codeowners/definitions_file.rb', line 60 def path_pattern @path_pattern end |