Class: Evilution::Compare::Record

Inherits:
Data
  • Object
show all
Defined in:
lib/evilution/compare/record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diff_bodyObject (readonly)

Returns the value of attribute diff_body

Returns:

  • (Object)

    the current value of diff_body



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def diff_body
  @diff_body
end

#file_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def file_path
  @file_path
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def fingerprint
  @fingerprint
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def line
  @line
end

#operatorObject (readonly)

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def operator
  @operator
end

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def raw
  @raw
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def source
  @source
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/evilution/compare/record.rb', line 6

def status
  @status
end