Class: Edi::Amazon::ReturnsReportProcessor::RmaMatch
- Inherits:
-
Data
- Object
- Data
- Edi::Amazon::ReturnsReportProcessor::RmaMatch
- Defined in:
- app/services/edi/amazon/returns_report_processor.rb
Overview
Internal outcome of resolving one row to an RMA.
Instance Attribute Summary collapse
-
#quarantine ⇒ Object
readonly
Returns the value of attribute quarantine.
-
#rma ⇒ Object
readonly
Returns the value of attribute rma.
Instance Method Summary collapse
-
#initialize(rma: nil, quarantine: nil) ⇒ RmaMatch
constructor
Builds an RMA resolution outcome.
Constructor Details
#initialize(rma: nil, quarantine: nil) ⇒ RmaMatch
Builds an RMA resolution outcome.
53 |
# File 'app/services/edi/amazon/returns_report_processor.rb', line 53 def initialize(rma: nil, quarantine: nil) = super |
Instance Attribute Details
#quarantine ⇒ Object (readonly)
Returns the value of attribute quarantine
48 49 50 |
# File 'app/services/edi/amazon/returns_report_processor.rb', line 48 def quarantine @quarantine end |
#rma ⇒ Object (readonly)
Returns the value of attribute rma
48 49 50 |
# File 'app/services/edi/amazon/returns_report_processor.rb', line 48 def rma @rma end |