Class: EBay::AddSellingManagerProductResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerProductResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, sellingManagerProductDetails = nil) ⇒ AddSellingManagerProductResponseType

Returns a new instance of AddSellingManagerProductResponseType.



9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
# File 'lib/eBay.rb', line 9684

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, sellingManagerProductDetails = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @sellingManagerProductDetails = sellingManagerProductDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9677
9678
9679
# File 'lib/eBay.rb', line 9677

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9663
9664
9665
# File 'lib/eBay.rb', line 9663

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9675
9676
9677
# File 'lib/eBay.rb', line 9675

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9668
9669
9670
# File 'lib/eBay.rb', line 9668

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9664
9665
9666
# File 'lib/eBay.rb', line 9664

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9670
9671
9672
# File 'lib/eBay.rb', line 9670

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9672
9673
9674
# File 'lib/eBay.rb', line 9672

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9665
9666
9667
# File 'lib/eBay.rb', line 9665

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9676
9677
9678
# File 'lib/eBay.rb', line 9676

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9674
9675
9676
# File 'lib/eBay.rb', line 9674

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9666
9667
9668
# File 'lib/eBay.rb', line 9666

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9669
9670
9671
# File 'lib/eBay.rb', line 9669

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9673
9674
9675
# File 'lib/eBay.rb', line 9673

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9671
9672
9673
# File 'lib/eBay.rb', line 9671

def recipientUserID
  @recipientUserID
end

#sellingManagerProductDetailsObject

Returns the value of attribute sellingManagerProductDetails.



9678
9679
9680
# File 'lib/eBay.rb', line 9678

def sellingManagerProductDetails
  @sellingManagerProductDetails
end

#timestampObject

Returns the value of attribute timestamp.



9662
9663
9664
# File 'lib/eBay.rb', line 9662

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9667
9668
9669
# File 'lib/eBay.rb', line 9667

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9680
9681
9682
# File 'lib/eBay.rb', line 9680

def set_any(elements)
  @__xmlele_any = elements
end