Class: GetCategoryMappingsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryMappingsResponseType

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
categoryMapping - CategoryMappingType
categoryVersion - SOAP::SOAPString

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, categoryMapping = [], categoryVersion = nil) ⇒ GetCategoryMappingsResponseType

Returns a new instance of GetCategoryMappingsResponseType.



9311
9312
9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
# File 'lib/eBay.rb', line 9311

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, categoryMapping = [], categoryVersion = 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
  @categoryMapping = categoryMapping
  @categoryVersion = categoryVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9303
9304
9305
# File 'lib/eBay.rb', line 9303

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9290
9291
9292
# File 'lib/eBay.rb', line 9290

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9302
9303
9304
# File 'lib/eBay.rb', line 9302

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9295
9296
9297
# File 'lib/eBay.rb', line 9295

def build
  @build
end

#categoryMappingObject

Returns the value of attribute categoryMapping.



9304
9305
9306
# File 'lib/eBay.rb', line 9304

def categoryMapping
  @categoryMapping
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



9305
9306
9307
# File 'lib/eBay.rb', line 9305

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



9291
9292
9293
# File 'lib/eBay.rb', line 9291

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9297
9298
9299
# File 'lib/eBay.rb', line 9297

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9299
9300
9301
# File 'lib/eBay.rb', line 9299

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9292
9293
9294
# File 'lib/eBay.rb', line 9292

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9301
9302
9303
# File 'lib/eBay.rb', line 9301

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9293
9294
9295
# File 'lib/eBay.rb', line 9293

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9296
9297
9298
# File 'lib/eBay.rb', line 9296

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9300
9301
9302
# File 'lib/eBay.rb', line 9300

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9298
9299
9300
# File 'lib/eBay.rb', line 9298

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9289
9290
9291
# File 'lib/eBay.rb', line 9289

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9294
9295
9296
# File 'lib/eBay.rb', line 9294

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9307
9308
9309
# File 'lib/eBay.rb', line 9307

def set_any(elements)
  @__xmlele_any = elements
end