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

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

Overview

Service object: update result.

Instance Attribute Summary collapse

Instance Attribute Details

#eclObject

Returns the value of attribute ecl

Returns:

  • (Object)

    the current value of ecl



53
54
55
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 53

def ecl
  @ecl
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



53
54
55
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 53

def errors
  @errors
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



53
54
55
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 53

def handle
  @handle
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



53
54
55
# File 'app/services/edi/wayfair/catalog_item_information_updater.rb', line 53

def success
  @success
end