Class: GetCategory2CSResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSResponseType

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
mappedCategoryArray - CategoryArrayType
unmappedCategoryArray - CategoryArrayType
attributeSystemVersion - SOAP::SOAPString
siteWideCharacteristicSets - SiteWideCharacteristicsType

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, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = []) ⇒ GetCategory2CSResponseType

Returns a new instance of GetCategory2CSResponseType.



9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113
9114
9115
9116
# File 'lib/eBay.rb', line 9096

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, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = [])
  @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
  @mappedCategoryArray = mappedCategoryArray
  @unmappedCategoryArray = unmappedCategoryArray
  @attributeSystemVersion = attributeSystemVersion
  @siteWideCharacteristicSets = siteWideCharacteristicSets
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9086
9087
9088
# File 'lib/eBay.rb', line 9086

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9073
9074
9075
# File 'lib/eBay.rb', line 9073

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



9089
9090
9091
# File 'lib/eBay.rb', line 9089

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



9085
9086
9087
# File 'lib/eBay.rb', line 9085

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9078
9079
9080
# File 'lib/eBay.rb', line 9078

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9074
9075
9076
# File 'lib/eBay.rb', line 9074

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9080
9081
9082
# File 'lib/eBay.rb', line 9080

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9082
9083
9084
# File 'lib/eBay.rb', line 9082

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9075
9076
9077
# File 'lib/eBay.rb', line 9075

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9084
9085
9086
# File 'lib/eBay.rb', line 9084

def hardExpirationWarning
  @hardExpirationWarning
end

#mappedCategoryArrayObject

Returns the value of attribute mappedCategoryArray.



9087
9088
9089
# File 'lib/eBay.rb', line 9087

def mappedCategoryArray
  @mappedCategoryArray
end

#messageObject

Returns the value of attribute message.



9076
9077
9078
# File 'lib/eBay.rb', line 9076

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9079
9080
9081
# File 'lib/eBay.rb', line 9079

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9083
9084
9085
# File 'lib/eBay.rb', line 9083

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9081
9082
9083
# File 'lib/eBay.rb', line 9081

def recipientUserID
  @recipientUserID
end

#siteWideCharacteristicSetsObject

Returns the value of attribute siteWideCharacteristicSets.



9090
9091
9092
# File 'lib/eBay.rb', line 9090

def siteWideCharacteristicSets
  @siteWideCharacteristicSets
end

#timestampObject

Returns the value of attribute timestamp.



9072
9073
9074
# File 'lib/eBay.rb', line 9072

def timestamp
  @timestamp
end

#unmappedCategoryArrayObject

Returns the value of attribute unmappedCategoryArray.



9088
9089
9090
# File 'lib/eBay.rb', line 9088

def unmappedCategoryArray
  @unmappedCategoryArray
end

#versionObject

Returns the value of attribute version.



9077
9078
9079
# File 'lib/eBay.rb', line 9077

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9092
9093
9094
# File 'lib/eBay.rb', line 9092

def set_any(elements)
  @__xmlele_any = elements
end