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")]],
  ["reservePriceAllowed", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReservePriceAllowed")]],
  ["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")]],
  ["reduceReserveAllowed", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReduceReserveAllowed")]]
]

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, reservePriceAllowed = nil, minimumReservePrice = nil, currency = nil, reduceReserveInclusive = nil, reduceReserveAllowed = nil) ⇒ GetCategoriesResponseType

Returns a new instance of GetCategoriesResponseType.



2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
# File 'lib/eBay.rb', line 2536

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, reservePriceAllowed = nil, minimumReservePrice = nil, currency = nil, reduceReserveInclusive = nil, reduceReserveAllowed = 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
  @reservePriceAllowed = reservePriceAllowed
  @minimumReservePrice = minimumReservePrice
  @currency = currency
  @reduceReserveInclusive = reduceReserveInclusive
  @reduceReserveAllowed = reduceReserveAllowed
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2520
2521
2522
# File 'lib/eBay.rb', line 2520

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2509
2510
2511
# File 'lib/eBay.rb', line 2509

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2514
2515
2516
# File 'lib/eBay.rb', line 2514

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



2521
2522
2523
# File 'lib/eBay.rb', line 2521

def categoryArray
  @categoryArray
end

#categoryCountObject

Returns the value of attribute categoryCount.



2522
2523
2524
# File 'lib/eBay.rb', line 2522

def categoryCount
  @categoryCount
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2524
2525
2526
# File 'lib/eBay.rb', line 2524

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



2510
2511
2512
# File 'lib/eBay.rb', line 2510

def correlationID
  @correlationID
end

#currencyObject

Returns the value of attribute currency.



2528
2529
2530
# File 'lib/eBay.rb', line 2528

def currency
  @currency
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2516
2517
2518
# File 'lib/eBay.rb', line 2516

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2511
2512
2513
# File 'lib/eBay.rb', line 2511

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2519
2520
2521
# File 'lib/eBay.rb', line 2519

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2512
2513
2514
# File 'lib/eBay.rb', line 2512

def message
  @message
end

#minimumReservePriceObject

Returns the value of attribute minimumReservePrice.



2527
2528
2529
# File 'lib/eBay.rb', line 2527

def minimumReservePrice
  @minimumReservePrice
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2515
2516
2517
# File 'lib/eBay.rb', line 2515

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2518
2519
2520
# File 'lib/eBay.rb', line 2518

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2517
2518
2519
# File 'lib/eBay.rb', line 2517

def recipientUserID
  @recipientUserID
end

#reduceReserveAllowedObject

Returns the value of attribute reduceReserveAllowed.



2530
2531
2532
# File 'lib/eBay.rb', line 2530

def reduceReserveAllowed
  @reduceReserveAllowed
end

#reduceReserveInclusiveObject

Returns the value of attribute reduceReserveInclusive.



2529
2530
2531
# File 'lib/eBay.rb', line 2529

def reduceReserveInclusive
  @reduceReserveInclusive
end

#reservePriceAllowedObject

Returns the value of attribute reservePriceAllowed.



2526
2527
2528
# File 'lib/eBay.rb', line 2526

def reservePriceAllowed
  @reservePriceAllowed
end

#reservePriceInclusiveObject

Returns the value of attribute reservePriceInclusive.



2525
2526
2527
# File 'lib/eBay.rb', line 2525

def reservePriceInclusive
  @reservePriceInclusive
end

#timestampObject

Returns the value of attribute timestamp.



2508
2509
2510
# File 'lib/eBay.rb', line 2508

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



2523
2524
2525
# File 'lib/eBay.rb', line 2523

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



2513
2514
2515
# File 'lib/eBay.rb', line 2513

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2532
2533
2534
# File 'lib/eBay.rb', line 2532

def set_any(elements)
  @__xmlele_any = elements
end