Class: EBay::AddSellingManagerTemplateResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerTemplateResponseType

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
categoryID - SOAP::SOAPLong
category2ID - SOAP::SOAPLong
saleTemplateID - SOAP::SOAPLong
saleTemplateGroupID - SOAP::SOAPLong
saleTemplateName - SOAP::SOAPString
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType
fees - EBay::FeesType

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, categoryID = nil, category2ID = nil, saleTemplateID = nil, saleTemplateGroupID = nil, saleTemplateName = nil, sellingManagerProductDetails = nil, fees = nil) ⇒ AddSellingManagerTemplateResponseType

Returns a new instance of AddSellingManagerTemplateResponseType.



9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
# File 'lib/eBay.rb', line 9757

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9744
9745
9746
# File 'lib/eBay.rb', line 9744

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9730
9731
9732
# File 'lib/eBay.rb', line 9730

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9742
9743
9744
# File 'lib/eBay.rb', line 9742

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9735
9736
9737
# File 'lib/eBay.rb', line 9735

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



9746
9747
9748
# File 'lib/eBay.rb', line 9746

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



9745
9746
9747
# File 'lib/eBay.rb', line 9745

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



9731
9732
9733
# File 'lib/eBay.rb', line 9731

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9737
9738
9739
# File 'lib/eBay.rb', line 9737

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9739
9740
9741
# File 'lib/eBay.rb', line 9739

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9732
9733
9734
# File 'lib/eBay.rb', line 9732

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9743
9744
9745
# File 'lib/eBay.rb', line 9743

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



9751
9752
9753
# File 'lib/eBay.rb', line 9751

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9741
9742
9743
# File 'lib/eBay.rb', line 9741

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9733
9734
9735
# File 'lib/eBay.rb', line 9733

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9736
9737
9738
# File 'lib/eBay.rb', line 9736

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9740
9741
9742
# File 'lib/eBay.rb', line 9740

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9738
9739
9740
# File 'lib/eBay.rb', line 9738

def recipientUserID
  @recipientUserID
end

#saleTemplateGroupIDObject

Returns the value of attribute saleTemplateGroupID.



9748
9749
9750
# File 'lib/eBay.rb', line 9748

def saleTemplateGroupID
  @saleTemplateGroupID
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



9747
9748
9749
# File 'lib/eBay.rb', line 9747

def saleTemplateID
  @saleTemplateID
end

#saleTemplateNameObject

Returns the value of attribute saleTemplateName.



9749
9750
9751
# File 'lib/eBay.rb', line 9749

def saleTemplateName
  @saleTemplateName
end

#sellingManagerProductDetailsObject

Returns the value of attribute sellingManagerProductDetails.



9750
9751
9752
# File 'lib/eBay.rb', line 9750

def sellingManagerProductDetails
  @sellingManagerProductDetails
end

#timestampObject

Returns the value of attribute timestamp.



9729
9730
9731
# File 'lib/eBay.rb', line 9729

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9734
9735
9736
# File 'lib/eBay.rb', line 9734

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9753
9754
9755
# File 'lib/eBay.rb', line 9753

def set_any(elements)
  @__xmlele_any = elements
end