Class: Mbeditor::DuplicateContentScanner::Finding
- Inherits:
-
Struct
- Object
- Struct
- Mbeditor::DuplicateContentScanner::Finding
- Defined in:
- app/services/mbeditor/duplicate_content_scanner.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#path ⇒ Object
Returns the value of attribute path.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
30 31 32 |
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30 def line @line end |
#lines ⇒ Object
Returns the value of attribute lines
30 31 32 |
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30 def lines @lines end |
#path ⇒ Object
Returns the value of attribute path
30 31 32 |
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30 def path @path end |
#reason ⇒ Object
Returns the value of attribute reason
30 31 32 |
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30 def reason @reason end |