Class: EBay::ReviseSellingManagerTemplateResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseSellingManagerTemplateResponseType

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
saleTemplateID - SOAP::SOAPLong
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
verifyOnly - SOAP::SOAPBoolean
saleTemplateName - 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, saleTemplateID = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, saleTemplateName = nil, sellingManagerProductDetails = nil) ⇒ ReviseSellingManagerTemplateResponseType

Returns a new instance of ReviseSellingManagerTemplateResponseType.



17732
17733
17734
17735
17736
17737
17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
17751
17752
17753
17754
17755
17756
# File 'lib/eBay.rb', line 17732

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, saleTemplateID = nil, fees = nil, categoryID = nil, category2ID = nil, verifyOnly = nil, saleTemplateName = 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
  @saleTemplateID = saleTemplateID
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
  @verifyOnly = verifyOnly
  @saleTemplateName = saleTemplateName
  @sellingManagerProductDetails = sellingManagerProductDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17719
17720
17721
# File 'lib/eBay.rb', line 17719

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



17705
17706
17707
# File 'lib/eBay.rb', line 17705

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



17717
17718
17719
# File 'lib/eBay.rb', line 17717

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



17710
17711
17712
# File 'lib/eBay.rb', line 17710

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



17723
17724
17725
# File 'lib/eBay.rb', line 17723

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



17722
17723
17724
# File 'lib/eBay.rb', line 17722

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



17706
17707
17708
# File 'lib/eBay.rb', line 17706

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



17712
17713
17714
# File 'lib/eBay.rb', line 17712

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



17714
17715
17716
# File 'lib/eBay.rb', line 17714

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



17707
17708
17709
# File 'lib/eBay.rb', line 17707

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



17718
17719
17720
# File 'lib/eBay.rb', line 17718

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



17721
17722
17723
# File 'lib/eBay.rb', line 17721

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



17716
17717
17718
# File 'lib/eBay.rb', line 17716

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



17708
17709
17710
# File 'lib/eBay.rb', line 17708

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



17711
17712
17713
# File 'lib/eBay.rb', line 17711

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



17715
17716
17717
# File 'lib/eBay.rb', line 17715

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



17713
17714
17715
# File 'lib/eBay.rb', line 17713

def recipientUserID
  @recipientUserID
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



17720
17721
17722
# File 'lib/eBay.rb', line 17720

def saleTemplateID
  @saleTemplateID
end

#saleTemplateNameObject

Returns the value of attribute saleTemplateName.



17725
17726
17727
# File 'lib/eBay.rb', line 17725

def saleTemplateName
  @saleTemplateName
end

#sellingManagerProductDetailsObject

Returns the value of attribute sellingManagerProductDetails.



17726
17727
17728
# File 'lib/eBay.rb', line 17726

def sellingManagerProductDetails
  @sellingManagerProductDetails
end

#timestampObject

Returns the value of attribute timestamp.



17704
17705
17706
# File 'lib/eBay.rb', line 17704

def timestamp
  @timestamp
end

#verifyOnlyObject

Returns the value of attribute verifyOnly.



17724
17725
17726
# File 'lib/eBay.rb', line 17724

def verifyOnly
  @verifyOnly
end

#versionObject

Returns the value of attribute version.



17709
17710
17711
# File 'lib/eBay.rb', line 17709

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



17728
17729
17730
# File 'lib/eBay.rb', line 17728

def set_any(elements)
  @__xmlele_any = elements
end