Class: Edi::Wayfair::CatalogItemGroupUpdateSender::GroupStatusResult
- Inherits:
-
Data
- Object
- Data
- Edi::Wayfair::CatalogItemGroupUpdateSender::GroupStatusResult
- 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
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#problems ⇒ Object
readonly
Returns the value of attribute problems.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
63 64 65 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63 def errors @errors end |
#problems ⇒ Object (readonly)
Returns the value of attribute problems
63 64 65 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63 def problems @problems end |
#status ⇒ Object (readonly)
Returns the value of attribute status
63 64 65 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 63 def status @status end |