Class: Evilution::Compare::Record
- Inherits:
-
Data
- Object
- Data
- Evilution::Compare::Record
- Defined in:
- lib/evilution/compare/record.rb
Instance Attribute Summary collapse
-
#diff_body ⇒ Object
readonly
Returns the value of attribute diff_body.
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#diff_body ⇒ Object (readonly)
Returns the value of attribute diff_body
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def diff_body @diff_body end |
#file_path ⇒ Object (readonly)
Returns the value of attribute file_path
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def file_path @file_path end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def fingerprint @fingerprint end |
#line ⇒ Object (readonly)
Returns the value of attribute line
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def line @line end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def operator @operator end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def raw @raw end |
#source ⇒ Object (readonly)
Returns the value of attribute source
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status
6 7 8 |
# File 'lib/evilution/compare/record.rb', line 6 def status @status end |