Class: EBay::GetSuggestedCategoriesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSuggestedCategoriesResponseType

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
suggestedCategoryArray - EBay::SuggestedCategoryArrayType
categoryCount - SOAP::SOAPInt

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, suggestedCategoryArray = nil, categoryCount = nil) ⇒ GetSuggestedCategoriesResponseType

Returns a new instance of GetSuggestedCategoriesResponseType.



15473
15474
15475
15476
15477
15478
15479
15480
15481
15482
15483
15484
15485
15486
15487
15488
15489
15490
15491
15492
# File 'lib/eBay.rb', line 15473

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, suggestedCategoryArray = nil, categoryCount = 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
  @suggestedCategoryArray = suggestedCategoryArray
  @categoryCount = categoryCount
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15465
15466
15467
# File 'lib/eBay.rb', line 15465

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15451
15452
15453
# File 'lib/eBay.rb', line 15451

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15463
15464
15465
# File 'lib/eBay.rb', line 15463

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15456
15457
15458
# File 'lib/eBay.rb', line 15456

def build
  @build
end

#categoryCountObject

Returns the value of attribute categoryCount.



15467
15468
15469
# File 'lib/eBay.rb', line 15467

def categoryCount
  @categoryCount
end

#correlationIDObject

Returns the value of attribute correlationID.



15452
15453
15454
# File 'lib/eBay.rb', line 15452

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15458
15459
15460
# File 'lib/eBay.rb', line 15458

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15460
15461
15462
# File 'lib/eBay.rb', line 15460

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15453
15454
15455
# File 'lib/eBay.rb', line 15453

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



15464
15465
15466
# File 'lib/eBay.rb', line 15464

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15462
15463
15464
# File 'lib/eBay.rb', line 15462

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15454
15455
15456
# File 'lib/eBay.rb', line 15454

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15457
15458
15459
# File 'lib/eBay.rb', line 15457

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15461
15462
15463
# File 'lib/eBay.rb', line 15461

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15459
15460
15461
# File 'lib/eBay.rb', line 15459

def recipientUserID
  @recipientUserID
end

#suggestedCategoryArrayObject

Returns the value of attribute suggestedCategoryArray.



15466
15467
15468
# File 'lib/eBay.rb', line 15466

def suggestedCategoryArray
  @suggestedCategoryArray
end

#timestampObject

Returns the value of attribute timestamp.



15450
15451
15452
# File 'lib/eBay.rb', line 15450

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15455
15456
15457
# File 'lib/eBay.rb', line 15455

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15469
15470
15471
# File 'lib/eBay.rb', line 15469

def set_any(elements)
  @__xmlele_any = elements
end