Class: Edi::Wayfair::CatalogItemGroupUpdateSender::GroupUpdateResult

Inherits:
Data
  • Object
show all
Defined in:
app/services/edi/wayfair/catalog_item_group_update_sender.rb

Overview

Result of #process: whether a requestId was issued, the id, and any
GraphQL error messages.

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



60
61
62
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60

def errors
  @errors
end

#request_idObject (readonly)

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



60
61
62
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60

def request_id
  @request_id
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



60
61
62
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60

def success
  @success
end