Class: GetCategoriesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoriesResponseType

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
categoryArray - 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, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceAllowed = nil, minimumReservePrice = nil, reduceReserveAllowed = nil) ⇒ GetCategoriesResponseType

Returns a new instance of GetCategoriesResponseType.



9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
# File 'lib/eBay.rb', line 9026

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, 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
  @__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.



9013
9014
9015
# File 'lib/eBay.rb', line 9013

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9000
9001
9002
# File 'lib/eBay.rb', line 9000

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9012
9013
9014
# File 'lib/eBay.rb', line 9012

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9005
9006
9007
# File 'lib/eBay.rb', line 9005

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



9014
9015
9016
# File 'lib/eBay.rb', line 9014

def categoryArray
  @categoryArray
end

#categoryCountObject

Returns the value of attribute categoryCount.



9015
9016
9017
# File 'lib/eBay.rb', line 9015

def categoryCount
  @categoryCount
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



9017
9018
9019
# File 'lib/eBay.rb', line 9017

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



9001
9002
9003
# File 'lib/eBay.rb', line 9001

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9007
9008
9009
# File 'lib/eBay.rb', line 9007

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9009
9010
9011
# File 'lib/eBay.rb', line 9009

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9002
9003
9004
# File 'lib/eBay.rb', line 9002

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9011
9012
9013
# File 'lib/eBay.rb', line 9011

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9003
9004
9005
# File 'lib/eBay.rb', line 9003

def message
  @message
end

#minimumReservePriceObject

Returns the value of attribute minimumReservePrice.



9019
9020
9021
# File 'lib/eBay.rb', line 9019

def minimumReservePrice
  @minimumReservePrice
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9006
9007
9008
# File 'lib/eBay.rb', line 9006

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9010
9011
9012
# File 'lib/eBay.rb', line 9010

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9008
9009
9010
# File 'lib/eBay.rb', line 9008

def recipientUserID
  @recipientUserID
end

#reduceReserveAllowedObject

Returns the value of attribute reduceReserveAllowed.



9020
9021
9022
# File 'lib/eBay.rb', line 9020

def reduceReserveAllowed
  @reduceReserveAllowed
end

#reservePriceAllowedObject

Returns the value of attribute reservePriceAllowed.



9018
9019
9020
# File 'lib/eBay.rb', line 9018

def reservePriceAllowed
  @reservePriceAllowed
end

#timestampObject

Returns the value of attribute timestamp.



8999
9000
9001
# File 'lib/eBay.rb', line 8999

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



9016
9017
9018
# File 'lib/eBay.rb', line 9016

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



9004
9005
9006
# File 'lib/eBay.rb', line 9004

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9022
9023
9024
# File 'lib/eBay.rb', line 9022

def set_any(elements)
  @__xmlele_any = elements
end