Class: Edi::MiraklSeller::OrderMessageProcessor::Result
- Inherits:
-
Data
- Object
- Data
- Edi::MiraklSeller::OrderMessageProcessor::Result
- Defined in:
- app/services/edi/mirakl_seller/order_message_processor.rb
Instance Attribute Summary collapse
-
#batch_process_results ⇒ Object
readonly
Returns the value of attribute batch_process_results.
Instance Method Summary collapse
-
#initialize(batch_process_results: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(batch_process_results: nil) ⇒ Result
Returns a new instance of Result.
11 |
# File 'app/services/edi/mirakl_seller/order_message_processor.rb', line 11 def initialize(batch_process_results: nil) = super |
Instance Attribute Details
#batch_process_results ⇒ Object (readonly)
Returns the value of attribute batch_process_results
10 11 12 |
# File 'app/services/edi/mirakl_seller/order_message_processor.rb', line 10 def batch_process_results @batch_process_results end |