Class: Edi::MiraklSeller::ProductDataConfigurator::ProductDataResult

Inherits:
Data
  • Object
show all
Defined in:
app/services/edi/mirakl_seller/product_data_configurator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



4
5
6
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4

def errors
  @errors
end

#skippedObject (readonly)

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



4
5
6
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4

def skipped
  @skipped
end

#xmlObject (readonly)

Returns the value of attribute xml

Returns:

  • (Object)

    the current value of xml



4
5
6
# File 'app/services/edi/mirakl_seller/product_data_configurator.rb', line 4

def xml
  @xml
end