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