Class: Coopy::DiffSummary

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/diff_summary.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDiffSummary

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_finalObject

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_initialObject

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_deletesObject

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_insertsObject

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_renamesObject

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_reordersObject

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_updatesObject

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

#differentObject

Returns the value of attribute different.



25
26
27
# File 'lib/lib/coopy/diff_summary.rb', line 25

def different
  @different
end

#row_count_finalObject

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_headerObject

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_initialObject

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_headerObject

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_deletesObject

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_insertsObject

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_reordersObject

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_updatesObject

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