Class: Edi::MiraklSeller::ProductDataConfigurator::ProductDataResult
- Inherits:
-
Data
- Object
- Data
- Edi::MiraklSeller::ProductDataConfigurator::ProductDataResult
- Defined in:
- app/services/edi/mirakl_seller/product_data_configurator.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#skipped ⇒ Object
readonly
Returns the value of attribute skipped.
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize(xml: nil, errors: [], skipped: []) ⇒ ProductDataResult
constructor
A new instance of ProductDataResult.
Constructor Details
#initialize(xml: nil, errors: [], skipped: []) ⇒ ProductDataResult
Returns a new instance of ProductDataResult.
5 |
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 5 def initialize(xml: nil, errors: [], skipped: []) = super |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
4 5 6 |
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4 def errors @errors end |
#skipped ⇒ Object (readonly)
Returns the value of attribute skipped
4 5 6 |
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4 def skipped @skipped end |
#xml ⇒ Object (readonly)
Returns the value of attribute xml
4 5 6 |
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4 def xml @xml end |