Class: GetWantItNowSearchResultsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowSearchResultsResponseType

Constant Summary collapse

@@schema_type =
"GetWantItNowSearchResultsResponseType"
@@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")]],
  ["wantItNowPostArray", ["WantItNowPostArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WantItNowPostArray")]],
  ["hasMoreItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMoreItems")]],
  ["itemsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemsPerPage")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]]
]

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, wantItNowPostArray = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, paginationResult = nil) ⇒ GetWantItNowSearchResultsResponseType

Returns a new instance of GetWantItNowSearchResultsResponseType.



9305
9306
9307
9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
# File 'lib/eBay.rb', line 9305

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, wantItNowPostArray = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, paginationResult = 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
  @wantItNowPostArray = wantItNowPostArray
  @hasMoreItems = hasMoreItems
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9294
9295
9296
# File 'lib/eBay.rb', line 9294

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9283
9284
9285
# File 'lib/eBay.rb', line 9283

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



9288
9289
9290
# File 'lib/eBay.rb', line 9288

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9284
9285
9286
# File 'lib/eBay.rb', line 9284

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9290
9291
9292
# File 'lib/eBay.rb', line 9290

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



9285
9286
9287
# File 'lib/eBay.rb', line 9285

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9293
9294
9295
# File 'lib/eBay.rb', line 9293

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



9296
9297
9298
# File 'lib/eBay.rb', line 9296

def hasMoreItems
  @hasMoreItems
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



9297
9298
9299
# File 'lib/eBay.rb', line 9297

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



9286
9287
9288
# File 'lib/eBay.rb', line 9286

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9289
9290
9291
# File 'lib/eBay.rb', line 9289

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9292
9293
9294
# File 'lib/eBay.rb', line 9292

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



9298
9299
9300
# File 'lib/eBay.rb', line 9298

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



9299
9300
9301
# File 'lib/eBay.rb', line 9299

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9291
9292
9293
# File 'lib/eBay.rb', line 9291

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9282
9283
9284
# File 'lib/eBay.rb', line 9282

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9287
9288
9289
# File 'lib/eBay.rb', line 9287

def version
  @version
end

#wantItNowPostArrayObject

Returns the value of attribute wantItNowPostArray.



9295
9296
9297
# File 'lib/eBay.rb', line 9295

def wantItNowPostArray
  @wantItNowPostArray
end

Instance Method Details

#set_any(elements) ⇒ Object



9301
9302
9303
# File 'lib/eBay.rb', line 9301

def set_any(elements)
  @__xmlele_any = elements
end