Class: Edi::Wayfair::CatalogItemUpdateSender::UpdateResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#eclObject (readonly)

Returns the value of attribute ecl

Returns:

  • (Object)

    the current value of ecl



54
55
56
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54

def ecl
  @ecl
end

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



54
55
56
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54

def errors
  @errors
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



54
55
56
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54

def payload
  @payload
end

#request_handleObject (readonly)

Returns the value of attribute request_handle

Returns:

  • (Object)

    the current value of request_handle



54
55
56
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54

def request_handle
  @request_handle
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



54
55
56
# File 'app/services/edi/wayfair/catalog_item_update_sender.rb', line 54

def success
  @success
end