Class: EBay::GetSellingManagerTemplatesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplatesResponseType

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
sellingManagerTemplateDetailsArray - EBay::SellingManagerTemplateDetailsArrayType

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, sellingManagerTemplateDetailsArray = nil) ⇒ GetSellingManagerTemplatesResponseType

Returns a new instance of GetSellingManagerTemplatesResponseType.



14944
14945
14946
14947
14948
14949
14950
14951
14952
14953
14954
14955
14956
14957
14958
14959
14960
14961
14962
# File 'lib/eBay.rb', line 14944

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, sellingManagerTemplateDetailsArray = 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
  @sellingManagerTemplateDetailsArray = sellingManagerTemplateDetailsArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14937
14938
14939
# File 'lib/eBay.rb', line 14937

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14923
14924
14925
# File 'lib/eBay.rb', line 14923

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14935
14936
14937
# File 'lib/eBay.rb', line 14935

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14928
14929
14930
# File 'lib/eBay.rb', line 14928

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14924
14925
14926
# File 'lib/eBay.rb', line 14924

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14930
14931
14932
# File 'lib/eBay.rb', line 14930

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14932
14933
14934
# File 'lib/eBay.rb', line 14932

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14925
14926
14927
# File 'lib/eBay.rb', line 14925

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14936
14937
14938
# File 'lib/eBay.rb', line 14936

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14934
14935
14936
# File 'lib/eBay.rb', line 14934

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14926
14927
14928
# File 'lib/eBay.rb', line 14926

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14929
14930
14931
# File 'lib/eBay.rb', line 14929

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14933
14934
14935
# File 'lib/eBay.rb', line 14933

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14931
14932
14933
# File 'lib/eBay.rb', line 14931

def recipientUserID
  @recipientUserID
end

#sellingManagerTemplateDetailsArrayObject

Returns the value of attribute sellingManagerTemplateDetailsArray.



14938
14939
14940
# File 'lib/eBay.rb', line 14938

def sellingManagerTemplateDetailsArray
  @sellingManagerTemplateDetailsArray
end

#timestampObject

Returns the value of attribute timestamp.



14922
14923
14924
# File 'lib/eBay.rb', line 14922

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14927
14928
14929
# File 'lib/eBay.rb', line 14927

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14940
14941
14942
# File 'lib/eBay.rb', line 14940

def set_any(elements)
  @__xmlele_any = elements
end