Class: EBay::GetSuggestedCategoriesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSuggestedCategoriesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSuggestedCategoriesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#categoryCount ⇒ Object
Returns the value of attribute categoryCount.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#suggestedCategoryArray ⇒ Object
Returns the value of attribute suggestedCategoryArray.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetSuggestedCategoriesResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15465 15466 15467 |
# File 'lib/eBay.rb', line 15465 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15451 15452 15453 |
# File 'lib/eBay.rb', line 15451 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15463 15464 15465 |
# File 'lib/eBay.rb', line 15463 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15456 15457 15458 |
# File 'lib/eBay.rb', line 15456 def build @build end |
#categoryCount ⇒ Object
Returns the value of attribute categoryCount.
15467 15468 15469 |
# File 'lib/eBay.rb', line 15467 def categoryCount @categoryCount end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15452 15453 15454 |
# File 'lib/eBay.rb', line 15452 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15458 15459 15460 |
# File 'lib/eBay.rb', line 15458 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15460 15461 15462 |
# File 'lib/eBay.rb', line 15460 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15453 15454 15455 |
# File 'lib/eBay.rb', line 15453 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15464 15465 15466 |
# File 'lib/eBay.rb', line 15464 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15462 15463 15464 |
# File 'lib/eBay.rb', line 15462 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
15454 15455 15456 |
# File 'lib/eBay.rb', line 15454 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15457 15458 15459 |
# File 'lib/eBay.rb', line 15457 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15461 15462 15463 |
# File 'lib/eBay.rb', line 15461 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15459 15460 15461 |
# File 'lib/eBay.rb', line 15459 def recipientUserID @recipientUserID end |
#suggestedCategoryArray ⇒ Object
Returns the value of attribute suggestedCategoryArray.
15466 15467 15468 |
# File 'lib/eBay.rb', line 15466 def suggestedCategoryArray @suggestedCategoryArray end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15450 15451 15452 |
# File 'lib/eBay.rb', line 15450 def @timestamp end |
#version ⇒ Object
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 |