Class: Edi::Wayfair::CatalogItemInformationUpdater::UpdateResult

Inherits:
Struct
  • Object
show all
Defined in:
app/services/edi/wayfair/catalog_item_information_updater.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eclObject

Returns the value of attribute ecl

Returns:

  • (Object)

    the current value of ecl



49
50
51
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49

def ecl
  @ecl
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



49
50
51
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49

def errors
  @errors
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



49
50
51
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49

def handle
  @handle
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



49
50
51
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 49

def success
  @success
end