Class: Edi::Wayfair::CatalogItemInformationProcessor::ProcessResult
- Inherits:
-
Data
- Object
- Data
- Edi::Wayfair::CatalogItemInformationProcessor::ProcessResult
- Defined in:
- app/services/edi/wayfair/catalog_item_information_processor.rb
Instance Attribute Summary collapse
-
#catalog_items_updated ⇒ Object
readonly
Returns the value of attribute catalog_items_updated.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#processed ⇒ Object
readonly
Returns the value of attribute processed.
-
#skipped ⇒ Object
readonly
Returns the value of attribute skipped.
Instance Method Summary collapse
-
#initialize(processed: nil, skipped: nil, errors: nil, catalog_items_updated: nil) ⇒ ProcessResult
constructor
A new instance of ProcessResult.
Constructor Details
#initialize(processed: nil, skipped: nil, errors: nil, catalog_items_updated: nil) ⇒ ProcessResult
Returns a new instance of ProcessResult.
16 |
# File 'app/services/edi/wayfair/catalog_item_information_processor.rb', line 16 def initialize(processed: nil, skipped: nil, errors: nil, catalog_items_updated: nil) = super |
Instance Attribute Details
#catalog_items_updated ⇒ Object (readonly)
Returns the value of attribute catalog_items_updated
15 16 17 |
# File 'app/services/edi/wayfair/catalog_item_information_processor.rb', line 15 def catalog_items_updated @catalog_items_updated end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
15 16 17 |
# File 'app/services/edi/wayfair/catalog_item_information_processor.rb', line 15 def errors @errors end |
#processed ⇒ Object (readonly)
Returns the value of attribute processed
15 16 17 |
# File 'app/services/edi/wayfair/catalog_item_information_processor.rb', line 15 def processed @processed end |
#skipped ⇒ Object (readonly)
Returns the value of attribute skipped
15 16 17 |
# File 'app/services/edi/wayfair/catalog_item_information_processor.rb', line 15 def skipped @skipped end |