Class: Edi::Wayfair::CatalogItemInformationUpdater::UpdateResult
- Inherits:
-
Struct
- Object
- Struct
- Edi::Wayfair::CatalogItemInformationUpdater::UpdateResult
- Defined in:
- app/services/edi/wayfair/catalog_item_information_updater.rb
Instance Attribute Summary collapse
-
#ecl ⇒ Object
Returns the value of attribute ecl.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#ecl ⇒ Object
Returns the value of attribute ecl
49 50 51 |
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49 def ecl @ecl end |
#errors ⇒ Object
Returns the value of attribute errors
49 50 51 |
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49 def errors @errors end |
#handle ⇒ Object
Returns the value of attribute handle
49 50 51 |
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49 def handle @handle end |
#success ⇒ Object
Returns the value of attribute success
49 50 51 |
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49 def success @success end |