Class: Coopy::DiffSummary
- Inherits:
-
Object
- Object
- Coopy::DiffSummary
- Defined in:
- lib/lib/coopy/diff_summary.rb
Instance Attribute Summary collapse
-
#col_count_final ⇒ Object
Returns the value of attribute col_count_final.
-
#col_count_initial ⇒ Object
Returns the value of attribute col_count_initial.
-
#col_deletes ⇒ Object
Returns the value of attribute col_deletes.
-
#col_inserts ⇒ Object
Returns the value of attribute col_inserts.
-
#col_renames ⇒ Object
Returns the value of attribute col_renames.
-
#col_reorders ⇒ Object
Returns the value of attribute col_reorders.
-
#col_updates ⇒ Object
Returns the value of attribute col_updates.
-
#row_count_final ⇒ Object
Returns the value of attribute row_count_final.
-
#row_count_final_with_header ⇒ Object
Returns the value of attribute row_count_final_with_header.
-
#row_count_initial ⇒ Object
Returns the value of attribute row_count_initial.
-
#row_count_initial_with_header ⇒ Object
Returns the value of attribute row_count_initial_with_header.
-
#row_deletes ⇒ Object
Returns the value of attribute row_deletes.
-
#row_inserts ⇒ Object
Returns the value of attribute row_inserts.
-
#row_reorders ⇒ Object
Returns the value of attribute row_reorders.
-
#row_updates ⇒ Object
Returns the value of attribute row_updates.
Instance Method Summary collapse
-
#initialize ⇒ DiffSummary
constructor
A new instance of DiffSummary.
Constructor Details
#initialize ⇒ DiffSummary
Returns a new instance of DiffSummary.
7 8 |
# File 'lib/lib/coopy/diff_summary.rb', line 7 def initialize end |
Instance Attribute Details
#col_count_final ⇒ Object
Returns the value of attribute col_count_final.
24 25 26 |
# File 'lib/lib/coopy/diff_summary.rb', line 24 def col_count_final @col_count_final end |
#col_count_initial ⇒ Object
Returns the value of attribute col_count_initial.
23 24 25 |
# File 'lib/lib/coopy/diff_summary.rb', line 23 def col_count_initial @col_count_initial end |
#col_deletes ⇒ Object
Returns the value of attribute col_deletes.
14 15 16 |
# File 'lib/lib/coopy/diff_summary.rb', line 14 def col_deletes @col_deletes end |
#col_inserts ⇒ Object
Returns the value of attribute col_inserts.
15 16 17 |
# File 'lib/lib/coopy/diff_summary.rb', line 15 def col_inserts @col_inserts end |
#col_renames ⇒ Object
Returns the value of attribute col_renames.
17 18 19 |
# File 'lib/lib/coopy/diff_summary.rb', line 17 def col_renames @col_renames end |
#col_reorders ⇒ Object
Returns the value of attribute col_reorders.
18 19 20 |
# File 'lib/lib/coopy/diff_summary.rb', line 18 def col_reorders @col_reorders end |
#col_updates ⇒ Object
Returns the value of attribute col_updates.
16 17 18 |
# File 'lib/lib/coopy/diff_summary.rb', line 16 def col_updates @col_updates end |
#row_count_final ⇒ Object
Returns the value of attribute row_count_final.
22 23 24 |
# File 'lib/lib/coopy/diff_summary.rb', line 22 def row_count_final @row_count_final end |
#row_count_final_with_header ⇒ Object
Returns the value of attribute row_count_final_with_header.
20 21 22 |
# File 'lib/lib/coopy/diff_summary.rb', line 20 def row_count_final_with_header @row_count_final_with_header end |
#row_count_initial ⇒ Object
Returns the value of attribute row_count_initial.
21 22 23 |
# File 'lib/lib/coopy/diff_summary.rb', line 21 def row_count_initial @row_count_initial end |
#row_count_initial_with_header ⇒ Object
Returns the value of attribute row_count_initial_with_header.
19 20 21 |
# File 'lib/lib/coopy/diff_summary.rb', line 19 def row_count_initial_with_header @row_count_initial_with_header end |
#row_deletes ⇒ Object
Returns the value of attribute row_deletes.
10 11 12 |
# File 'lib/lib/coopy/diff_summary.rb', line 10 def row_deletes @row_deletes end |
#row_inserts ⇒ Object
Returns the value of attribute row_inserts.
11 12 13 |
# File 'lib/lib/coopy/diff_summary.rb', line 11 def row_inserts @row_inserts end |
#row_reorders ⇒ Object
Returns the value of attribute row_reorders.
13 14 15 |
# File 'lib/lib/coopy/diff_summary.rb', line 13 def row_reorders @row_reorders end |
#row_updates ⇒ Object
Returns the value of attribute row_updates.
12 13 14 |
# File 'lib/lib/coopy/diff_summary.rb', line 12 def row_updates @row_updates end |