Class: EBay::GetCategoriesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoriesResponseType

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
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

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, 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(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)
  @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
  @categoryArray = categoryArray
  @categoryCount = categoryCount
  @updateTime = updateTime
  @categoryVersion = categoryVersion
  @reservePriceAllowed = reservePriceAllowed
  @minimumReservePrice = minimumReservePrice
  @reduceReserveAllowed = reduceReserveAllowed
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11423
11424
11425
# File 'lib/eBay.rb', line 11423

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11409
11410
11411
# File 'lib/eBay.rb', line 11409

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11421
11422
11423
# File 'lib/eBay.rb', line 11421

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11414
11415
11416
# File 'lib/eBay.rb', line 11414

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



11424
11425
11426
# File 'lib/eBay.rb', line 11424

def categoryArray
  @categoryArray
end

#categoryCountObject

Returns the value of attribute categoryCount.



11425
11426
11427
# File 'lib/eBay.rb', line 11425

def categoryCount
  @categoryCount
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



11427
11428
11429
# File 'lib/eBay.rb', line 11427

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



11410
11411
11412
# File 'lib/eBay.rb', line 11410

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11416
11417
11418
# File 'lib/eBay.rb', line 11416

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11418
11419
11420
# File 'lib/eBay.rb', line 11418

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11411
11412
11413
# File 'lib/eBay.rb', line 11411

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11422
11423
11424
# File 'lib/eBay.rb', line 11422

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11420
11421
11422
# File 'lib/eBay.rb', line 11420

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11412
11413
11414
# File 'lib/eBay.rb', line 11412

def message
  @message
end

#minimumReservePriceObject

Returns the value of attribute minimumReservePrice.



11429
11430
11431
# File 'lib/eBay.rb', line 11429

def minimumReservePrice
  @minimumReservePrice
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11415
11416
11417
# File 'lib/eBay.rb', line 11415

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11419
11420
11421
# File 'lib/eBay.rb', line 11419

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11417
11418
11419
# File 'lib/eBay.rb', line 11417

def recipientUserID
  @recipientUserID
end

#reduceReserveAllowedObject

Returns the value of attribute reduceReserveAllowed.



11430
11431
11432
# File 'lib/eBay.rb', line 11430

def reduceReserveAllowed
  @reduceReserveAllowed
end

#reservePriceAllowedObject

Returns the value of attribute reservePriceAllowed.



11428
11429
11430
# File 'lib/eBay.rb', line 11428

def reservePriceAllowed
  @reservePriceAllowed
end

#timestampObject

Returns the value of attribute timestamp.



11408
11409
11410
# File 'lib/eBay.rb', line 11408

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



11426
11427
11428
# File 'lib/eBay.rb', line 11426

def updateTime
  @updateTime
end

#versionObject

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