Class: Edi::Wayfair::CatalogItemGroupUpdateSender::GroupUpdateResult
- Inherits:
-
Data
- Object
- Data
- Edi::Wayfair::CatalogItemGroupUpdateSender::GroupUpdateResult
- 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
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#request_id ⇒ Object
readonly
Returns the value of attribute request_id.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
60 61 62 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60 def errors @errors end |
#request_id ⇒ Object (readonly)
Returns the value of attribute request_id
60 61 62 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60 def request_id @request_id end |
#success ⇒ Object (readonly)
Returns the value of attribute success
60 61 62 |
# File 'app/services/edi/wayfair/catalog_item_group_update_sender.rb', line 60 def success @success end |