Class: Mbeditor::DuplicateContentScanner::Finding

Inherits:
Struct
  • Object
show all
Defined in:
app/services/mbeditor/duplicate_content_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



30
31
32
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30

def line
  @line
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



30
31
32
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



30
31
32
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30

def path
  @path
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



30
31
32
# File 'app/services/mbeditor/duplicate_content_scanner.rb', line 30

def reason
  @reason
end