Class: Maintenance::AmazonReturnsNoteReconciler::Result
- Inherits:
-
Data
- Object
- Data
- Maintenance::AmazonReturnsNoteReconciler::Result
- Defined in:
- app/services/maintenance/amazon_returns_note_reconciler.rb
Overview
Instance Attribute Summary collapse
-
#already_correct ⇒ Integer
readonly
Returns the value of attribute already_correct.
-
#ambiguous ⇒ Array<Hash>
readonly
Returns the value of attribute ambiguous.
-
#conflicts ⇒ Array<Hash>
readonly
Returns the value of attribute conflicts.
-
#corrections ⇒ Array<Hash>
readonly
Returns the value of attribute corrections.
-
#dry_run ⇒ Boolean
readonly
Returns the value of attribute dry_run.
-
#merchant_rows ⇒ Integer
readonly
Returns the value of attribute merchant_rows.
-
#moved ⇒ Integer
readonly
Returns the value of attribute moved.
-
#rows_scanned ⇒ Integer
readonly
Returns the value of attribute rows_scanned.
Instance Attribute Details
#already_correct ⇒ Integer (readonly)
Returns the value of attribute already_correct
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def already_correct @already_correct end |
#ambiguous ⇒ Array<Hash> (readonly)
Returns the value of attribute ambiguous
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def ambiguous @ambiguous end |
#conflicts ⇒ Array<Hash> (readonly)
Returns the value of attribute conflicts
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def conflicts @conflicts end |
#corrections ⇒ Array<Hash> (readonly)
Returns the value of attribute corrections
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def corrections @corrections end |
#dry_run ⇒ Boolean (readonly)
Returns the value of attribute dry_run
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def dry_run @dry_run end |
#merchant_rows ⇒ Integer (readonly)
Returns the value of attribute merchant_rows
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def merchant_rows @merchant_rows end |
#moved ⇒ Integer (readonly)
Returns the value of attribute moved
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def moved @moved end |
#rows_scanned ⇒ Integer (readonly)
Returns the value of attribute rows_scanned
29 30 31 |
# File 'app/services/maintenance/amazon_returns_note_reconciler.rb', line 29 def rows_scanned @rows_scanned end |