Class: Edi::Wayfair::CatalogItemGroupUpdateSender::GroupStatusResult

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

Overview

Result of #check_status: async request status (e.g. 'COMPLETED'),
per-entity problems, 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



63
64
65
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63

def errors
  @errors
end

#problemsObject (readonly)

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



63
64
65
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63

def problems
  @problems
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



63
64
65
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63

def status
  @status
end