Class: Edi::Amazon::FbaOrderMessageProcessor::BatchProcessResult
- Inherits:
-
Data
- Object
- Data
- Edi::Amazon::FbaOrderMessageProcessor::BatchProcessResult
- Defined in:
- app/services/edi/amazon/fba_order_message_processor.rb
Instance Attribute Summary collapse
-
#batch_number ⇒ Object
readonly
Returns the value of attribute batch_number.
-
#invoices_created ⇒ Object
readonly
Returns the value of attribute invoices_created.
-
#orders_in_batch ⇒ Object
readonly
Returns the value of attribute orders_in_batch.
Instance Method Summary collapse
-
#initialize(batch_number: nil, invoices_created: nil, orders_in_batch: nil) ⇒ BatchProcessResult
constructor
A new instance of BatchProcessResult.
Constructor Details
#initialize(batch_number: nil, invoices_created: nil, orders_in_batch: nil) ⇒ BatchProcessResult
Returns a new instance of BatchProcessResult.
9 |
# File 'app/services/edi/amazon/fba_order_message_processor.rb', line 9 def initialize(batch_number: nil, invoices_created: nil, orders_in_batch: nil) = super |
Instance Attribute Details
#batch_number ⇒ Object (readonly)
Returns the value of attribute batch_number
8 9 10 |
# File 'app/services/edi/amazon/fba_order_message_processor.rb', line 8 def batch_number @batch_number end |
#invoices_created ⇒ Object (readonly)
Returns the value of attribute invoices_created
8 9 10 |
# File 'app/services/edi/amazon/fba_order_message_processor.rb', line 8 def invoices_created @invoices_created end |
#orders_in_batch ⇒ Object (readonly)
Returns the value of attribute orders_in_batch
8 9 10 |
# File 'app/services/edi/amazon/fba_order_message_processor.rb', line 8 def orders_in_batch @orders_in_batch end |