Class: Arrolio::Harness::PdfDiff::PageResult
- Inherits:
-
Struct
- Object
- Struct
- Arrolio::Harness::PdfDiff::PageResult
- Defined in:
- lib/arrolio/harness/pdf_diff.rb
Instance Attribute Summary collapse
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#number ⇒ Object
Returns the value of attribute number.
-
#ours_text ⇒ Object
Returns the value of attribute ours_text.
-
#similarity ⇒ Object
Returns the value of attribute similarity.
-
#theirs_text ⇒ Object
Returns the value of attribute theirs_text.
Instance Attribute Details
#extra ⇒ Object
Returns the value of attribute extra
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def extra @extra end |
#missing ⇒ Object
Returns the value of attribute missing
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def missing @missing end |
#number ⇒ Object
Returns the value of attribute number
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def number @number end |
#ours_text ⇒ Object
Returns the value of attribute ours_text
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def ours_text @ours_text end |
#similarity ⇒ Object
Returns the value of attribute similarity
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def similarity @similarity end |
#theirs_text ⇒ Object
Returns the value of attribute theirs_text
11 12 13 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 11 def theirs_text @theirs_text end |