Class: Edi::Wayfair::CatalogItemUpdateSender::UpdateResult
- Inherits:
-
Data
- Object
- Data
- Edi::Wayfair::CatalogItemUpdateSender::UpdateResult
- Defined in:
- app/services/edi/wayfair/catalog_item_update_sender.rb
Instance Attribute Summary collapse
-
#ecl ⇒ Object
readonly
Returns the value of attribute ecl.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#request_handle ⇒ Object
readonly
Returns the value of attribute request_handle.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(success: nil, request_handle: nil, errors: nil, ecl: nil, payload: nil) ⇒ UpdateResult
constructor
A new instance of UpdateResult.
Constructor Details
#initialize(success: nil, request_handle: nil, errors: nil, ecl: nil, payload: nil) ⇒ UpdateResult
Returns a new instance of UpdateResult.
55 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 55 def initialize(success: nil, request_handle: nil, errors: nil, ecl: nil, payload: nil) = super |
Instance Attribute Details
#ecl ⇒ Object (readonly)
Returns the value of attribute ecl
54 55 56 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54 def ecl @ecl end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
54 55 56 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54 def errors @errors end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
54 55 56 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54 def payload @payload end |
#request_handle ⇒ Object (readonly)
Returns the value of attribute request_handle
54 55 56 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54 def request_handle @request_handle end |
#success ⇒ Object (readonly)
Returns the value of attribute success
54 55 56 |
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54 def success @success end |