Class: Arrolio::Harness::PdfDiff::Result
- Inherits:
-
Struct
- Object
- Struct
- Arrolio::Harness::PdfDiff::Result
- Defined in:
- lib/arrolio/harness/pdf_diff.rb
Instance Attribute Summary collapse
-
#ours_pages ⇒ Object
Returns the value of attribute ours_pages.
-
#overall_similarity ⇒ Object
Returns the value of attribute overall_similarity.
-
#page_count_delta ⇒ Object
Returns the value of attribute page_count_delta.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#theirs_pages ⇒ Object
Returns the value of attribute theirs_pages.
Instance Attribute Details
#ours_pages ⇒ Object
Returns the value of attribute ours_pages
8 9 10 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 8 def ours_pages @ours_pages end |
#overall_similarity ⇒ Object
Returns the value of attribute overall_similarity
8 9 10 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 8 def overall_similarity @overall_similarity end |
#page_count_delta ⇒ Object
Returns the value of attribute page_count_delta
8 9 10 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 8 def page_count_delta @page_count_delta end |
#per_page ⇒ Object
Returns the value of attribute per_page
8 9 10 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 8 def per_page @per_page end |
#theirs_pages ⇒ Object
Returns the value of attribute theirs_pages
8 9 10 |
# File 'lib/arrolio/harness/pdf_diff.rb', line 8 def theirs_pages @theirs_pages end |