Class: GetCategoriesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoriesResponseType

Constant Summary collapse

@@schema_type =
"GetCategoriesResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["categoryArray", ["CategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryArray")]],
["categoryCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryCount")]],
["updateTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UpdateTime")]],
["categoryVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryVersion")]],
["reservePriceInclusive", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReservePriceInclusive")]],
["minimumReservePrice", ["SOAP::SOAPDouble", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinimumReservePrice")]],
["currency", ["CurrencyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Currency")]],
["reduceReserveInclusive", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReduceReserveInclusive")]]]

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, notificationSignature = nil, hardExpirationWarning = nil, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceInclusive = nil, minimumReservePrice = nil, currency = nil, reduceReserveInclusive = nil) ⇒ GetCategoriesResponseType

Returns a new instance of GetCategoriesResponseType.



2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
# File 'lib/eBay.rb', line 2315

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, categoryArray = nil, categoryCount = nil, updateTime = nil, categoryVersion = nil, reservePriceInclusive = nil, minimumReservePrice = nil, currency = nil, reduceReserveInclusive = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @categoryArray = categoryArray
  @categoryCount = categoryCount
  @updateTime = updateTime
  @categoryVersion = categoryVersion
  @reservePriceInclusive = reservePriceInclusive
  @minimumReservePrice = minimumReservePrice
  @currency = currency
  @reduceReserveInclusive = reduceReserveInclusive
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2301
2302
2303
# File 'lib/eBay.rb', line 2301

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2290
2291
2292
# File 'lib/eBay.rb', line 2290

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2295
2296
2297
# File 'lib/eBay.rb', line 2295

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



2302
2303
2304
# File 'lib/eBay.rb', line 2302

def categoryArray
  @categoryArray
end

#categoryCountObject

Returns the value of attribute categoryCount.



2303
2304
2305
# File 'lib/eBay.rb', line 2303

def categoryCount
  @categoryCount
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2305
2306
2307
# File 'lib/eBay.rb', line 2305

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



2291
2292
2293
# File 'lib/eBay.rb', line 2291

def correlationID
  @correlationID
end

#currencyObject

Returns the value of attribute currency.



2308
2309
2310
# File 'lib/eBay.rb', line 2308

def currency
  @currency
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2297
2298
2299
# File 'lib/eBay.rb', line 2297

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2292
2293
2294
# File 'lib/eBay.rb', line 2292

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2300
2301
2302
# File 'lib/eBay.rb', line 2300

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2293
2294
2295
# File 'lib/eBay.rb', line 2293

def message
  @message
end

#minimumReservePriceObject

Returns the value of attribute minimumReservePrice.



2307
2308
2309
# File 'lib/eBay.rb', line 2307

def minimumReservePrice
  @minimumReservePrice
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2296
2297
2298
# File 'lib/eBay.rb', line 2296

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2299
2300
2301
# File 'lib/eBay.rb', line 2299

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2298
2299
2300
# File 'lib/eBay.rb', line 2298

def recipientUserID
  @recipientUserID
end

#reduceReserveInclusiveObject

Returns the value of attribute reduceReserveInclusive.



2309
2310
2311
# File 'lib/eBay.rb', line 2309

def reduceReserveInclusive
  @reduceReserveInclusive
end

#reservePriceInclusiveObject

Returns the value of attribute reservePriceInclusive.



2306
2307
2308
# File 'lib/eBay.rb', line 2306

def reservePriceInclusive
  @reservePriceInclusive
end

#timestampObject

Returns the value of attribute timestamp.



2289
2290
2291
# File 'lib/eBay.rb', line 2289

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



2304
2305
2306
# File 'lib/eBay.rb', line 2304

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



2294
2295
2296
# File 'lib/eBay.rb', line 2294

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2311
2312
2313
# File 'lib/eBay.rb', line 2311

def set_any(elements)
  @__xmlele_any = elements
end