Class: RuboCop::Git::FileViolation
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Git::FileViolation
- Defined in:
- lib/rubocop/git/file_violation.rb
Overview
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#offenses ⇒ Object
Returns the value of attribute offenses.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
3 4 5 |
# File 'lib/rubocop/git/file_violation.rb', line 3 def filename @filename end |
#offenses ⇒ Object
Returns the value of attribute offenses
3 4 5 |
# File 'lib/rubocop/git/file_violation.rb', line 3 def offenses @offenses end |