Class: Maintenance::AmazonReturnsNoteReconciler::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/maintenance/amazon_returns_note_reconciler.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#already_correctInteger (readonly)

Returns the value of attribute already_correct

Returns:

  • (Integer)

    the current value of already_correct



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def already_correct
  @already_correct
end

#ambiguousArray<Hash> (readonly)

Returns the value of attribute ambiguous

Returns:

  • (Array<Hash>)

    the current value of ambiguous



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def ambiguous
  @ambiguous
end

#conflictsArray<Hash> (readonly)

Returns the value of attribute conflicts

Returns:

  • (Array<Hash>)

    the current value of conflicts



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def conflicts
  @conflicts
end

#correctionsArray<Hash> (readonly)

Returns the value of attribute corrections

Returns:

  • (Array<Hash>)

    the current value of corrections



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def corrections
  @corrections
end

#dry_runBoolean (readonly)

Returns the value of attribute dry_run

Returns:

  • (Boolean)

    the current value of dry_run



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def dry_run
  @dry_run
end

#merchant_rowsInteger (readonly)

Returns the value of attribute merchant_rows

Returns:

  • (Integer)

    the current value of merchant_rows



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def merchant_rows
  @merchant_rows
end

#movedInteger (readonly)

Returns the value of attribute moved

Returns:

  • (Integer)

    the current value of moved



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def moved
  @moved
end

#rows_scannedInteger (readonly)

Returns the value of attribute rows_scanned

Returns:

  • (Integer)

    the current value of rows_scanned



29
30
31
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29

def rows_scanned
  @rows_scanned
end