Class: Edi::Commercehub::RemitMessageProcessor::Result
- Inherits:
-
Data
- Object
- Data
- Edi::Commercehub::RemitMessageProcessor::Result
- Defined in:
- app/services/edi/commercehub/remit_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.
7 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 7 def initialize(batch_process_results: nil) = super |
Instance Attribute Details
#batch_process_results ⇒ Object (readonly)
Returns the value of attribute batch_process_results
6 7 8 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 6 def batch_process_results @batch_process_results end |