Class: SetStoreCategoriesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCategoriesResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
taskID - SOAP::SOAPLong
status - TaskStatusCodeType

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, taskID = nil, status = nil) ⇒ SetStoreCategoriesResponseType

Returns a new instance of SetStoreCategoriesResponseType.



15029
15030
15031
15032
15033
15034
15035
15036
15037
15038
15039
15040
15041
15042
15043
15044
15045
15046
15047
# File 'lib/eBay.rb', line 15029

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, taskID = nil, status = 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
  @__xmlele_any = nil
  @taskID = taskID
  @status = status
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15021
15022
15023
# File 'lib/eBay.rb', line 15021

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15008
15009
15010
# File 'lib/eBay.rb', line 15008

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15020
15021
15022
# File 'lib/eBay.rb', line 15020

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15013
15014
15015
# File 'lib/eBay.rb', line 15013

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15009
15010
15011
# File 'lib/eBay.rb', line 15009

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15015
15016
15017
# File 'lib/eBay.rb', line 15015

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15017
15018
15019
# File 'lib/eBay.rb', line 15017

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15010
15011
15012
# File 'lib/eBay.rb', line 15010

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15019
15020
15021
# File 'lib/eBay.rb', line 15019

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15011
15012
15013
# File 'lib/eBay.rb', line 15011

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15014
15015
15016
# File 'lib/eBay.rb', line 15014

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15018
15019
15020
# File 'lib/eBay.rb', line 15018

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15016
15017
15018
# File 'lib/eBay.rb', line 15016

def recipientUserID
  @recipientUserID
end

#statusObject

Returns the value of attribute status.



15023
15024
15025
# File 'lib/eBay.rb', line 15023

def status
  @status
end

#taskIDObject

Returns the value of attribute taskID.



15022
15023
15024
# File 'lib/eBay.rb', line 15022

def taskID
  @taskID
end

#timestampObject

Returns the value of attribute timestamp.



15007
15008
15009
# File 'lib/eBay.rb', line 15007

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15012
15013
15014
# File 'lib/eBay.rb', line 15012

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15025
15026
15027
# File 'lib/eBay.rb', line 15025

def set_any(elements)
  @__xmlele_any = elements
end