Class: Edi::Commercehub::RemitMessageProcessor::BatchProcessResult
- Inherits:
-
Data
- Object
- Data
- Edi::Commercehub::RemitMessageProcessor::BatchProcessResult
- Defined in:
- app/services/edi/commercehub/remit_message_processor.rb
Instance Attribute Summary collapse
-
#batch_number ⇒ Object
readonly
Returns the value of attribute batch_number.
-
#receipts_created ⇒ Object
readonly
Returns the value of attribute receipts_created.
-
#receipts_in_batch ⇒ Object
readonly
Returns the value of attribute receipts_in_batch.
Instance Method Summary collapse
-
#initialize(batch_number: nil, receipts_created: nil, receipts_in_batch: nil) ⇒ BatchProcessResult
constructor
A new instance of BatchProcessResult.
Constructor Details
#initialize(batch_number: nil, receipts_created: nil, receipts_in_batch: nil) ⇒ BatchProcessResult
Returns a new instance of BatchProcessResult.
10 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 10 def initialize(batch_number: nil, receipts_created: nil, receipts_in_batch: nil) = super |
Instance Attribute Details
#batch_number ⇒ Object (readonly)
Returns the value of attribute batch_number
9 10 11 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 9 def batch_number @batch_number end |
#receipts_created ⇒ Object (readonly)
Returns the value of attribute receipts_created
9 10 11 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 9 def receipts_created @receipts_created end |
#receipts_in_batch ⇒ Object (readonly)
Returns the value of attribute receipts_in_batch
9 10 11 |
# File 'app/services/edi/commercehub/remit_message_processor.rb', line 9 def receipts_in_batch @receipts_in_batch end |