Class: EBay::GetCategoriesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetCategoriesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategoriesResponseType
- 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
categoryArray - EBay::CategoryArrayType
categoryCount - SOAP::SOAPInt
updateTime - SOAP::SOAPDateTime
categoryVersion - SOAP::SOAPString
reservePriceAllowed - SOAP::SOAPBoolean
minimumReservePrice - SOAP::SOAPDouble
reduceReserveAllowed - SOAP::SOAPBoolean
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.
-
#categoryArray ⇒ Object
Returns the value of attribute categoryArray.
-
#categoryCount ⇒ Object
Returns the value of attribute categoryCount.
-
#categoryVersion ⇒ Object
Returns the value of attribute categoryVersion.
-
#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.
-
#minimumReservePrice ⇒ Object
Returns the value of attribute minimumReservePrice.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#reduceReserveAllowed ⇒ Object
Returns the value of attribute reduceReserveAllowed.
-
#reservePriceAllowed ⇒ Object
Returns the value of attribute reservePriceAllowed.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
-
#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, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceAllowed = nil, minimumReservePrice = nil, reduceReserveAllowed = nil) ⇒ GetCategoriesResponseType
constructor
A new instance of GetCategoriesResponseType.
- #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, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceAllowed = nil, minimumReservePrice = nil, reduceReserveAllowed = nil) ⇒ GetCategoriesResponseType
Returns a new instance of GetCategoriesResponseType.
11436 11437 11438 11439 11440 11441 11442 11443 11444 11445 11446 11447 11448 11449 11450 11451 11452 11453 11454 11455 11456 11457 11458 11459 11460 |
# File 'lib/eBay.rb', line 11436 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, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceAllowed = nil, minimumReservePrice = nil, reduceReserveAllowed = 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 @categoryArray = categoryArray @categoryCount = categoryCount @updateTime = updateTime @categoryVersion = categoryVersion @reservePriceAllowed = reservePriceAllowed @minimumReservePrice = minimumReservePrice @reduceReserveAllowed = reduceReserveAllowed end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11423 11424 11425 |
# File 'lib/eBay.rb', line 11423 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11409 11410 11411 |
# File 'lib/eBay.rb', line 11409 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11421 11422 11423 |
# File 'lib/eBay.rb', line 11421 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11414 11415 11416 |
# File 'lib/eBay.rb', line 11414 def build @build end |
#categoryArray ⇒ Object
Returns the value of attribute categoryArray.
11424 11425 11426 |
# File 'lib/eBay.rb', line 11424 def categoryArray @categoryArray end |
#categoryCount ⇒ Object
Returns the value of attribute categoryCount.
11425 11426 11427 |
# File 'lib/eBay.rb', line 11425 def categoryCount @categoryCount end |
#categoryVersion ⇒ Object
Returns the value of attribute categoryVersion.
11427 11428 11429 |
# File 'lib/eBay.rb', line 11427 def categoryVersion @categoryVersion end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11410 11411 11412 |
# File 'lib/eBay.rb', line 11410 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11416 11417 11418 |
# File 'lib/eBay.rb', line 11416 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11418 11419 11420 |
# File 'lib/eBay.rb', line 11418 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11411 11412 11413 |
# File 'lib/eBay.rb', line 11411 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11422 11423 11424 |
# File 'lib/eBay.rb', line 11422 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11420 11421 11422 |
# File 'lib/eBay.rb', line 11420 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11412 11413 11414 |
# File 'lib/eBay.rb', line 11412 def @message end |
#minimumReservePrice ⇒ Object
Returns the value of attribute minimumReservePrice.
11429 11430 11431 |
# File 'lib/eBay.rb', line 11429 def minimumReservePrice @minimumReservePrice end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11415 11416 11417 |
# File 'lib/eBay.rb', line 11415 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11419 11420 11421 |
# File 'lib/eBay.rb', line 11419 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11417 11418 11419 |
# File 'lib/eBay.rb', line 11417 def recipientUserID @recipientUserID end |
#reduceReserveAllowed ⇒ Object
Returns the value of attribute reduceReserveAllowed.
11430 11431 11432 |
# File 'lib/eBay.rb', line 11430 def reduceReserveAllowed @reduceReserveAllowed end |
#reservePriceAllowed ⇒ Object
Returns the value of attribute reservePriceAllowed.
11428 11429 11430 |
# File 'lib/eBay.rb', line 11428 def reservePriceAllowed @reservePriceAllowed end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11408 11409 11410 |
# File 'lib/eBay.rb', line 11408 def @timestamp end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
11426 11427 11428 |
# File 'lib/eBay.rb', line 11426 def updateTime @updateTime end |
#version ⇒ Object
Returns the value of attribute version.
11413 11414 11415 |
# File 'lib/eBay.rb', line 11413 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11432 11433 11434 |
# File 'lib/eBay.rb', line 11432 def set_any(elements) @__xmlele_any = elements end |