Class: Danger::GitUtils::MatchedData
- Inherits:
-
Struct
- Object
- Struct
- Danger::GitUtils::MatchedData
- Defined in:
- lib/dangermattic/plugins/common/git_utils.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#lines ⇒ Object
Returns the value of attribute lines.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
78 79 80 |
# File 'lib/dangermattic/plugins/common/git_utils.rb', line 78 def file @file end |
#lines ⇒ Object
Returns the value of attribute lines
78 79 80 |
# File 'lib/dangermattic/plugins/common/git_utils.rb', line 78 def lines @lines end |