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.



8421
8422
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
# File 'lib/eBay.rb', line 8421

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.



8410
8411
8412
# File 'lib/eBay.rb', line 8410

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8399
8400
8401
# File 'lib/eBay.rb', line 8399

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8404
8405
8406
# File 'lib/eBay.rb', line 8404

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8400
8401
8402
# File 'lib/eBay.rb', line 8400

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8406
8407
8408
# File 'lib/eBay.rb', line 8406

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8401
8402
8403
# File 'lib/eBay.rb', line 8401

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8409
8410
8411
# File 'lib/eBay.rb', line 8409

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



8412
8413
8414
# File 'lib/eBay.rb', line 8412

def hasMoreItems
  @hasMoreItems
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



8413
8414
8415
# File 'lib/eBay.rb', line 8413

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



8402
8403
8404
# File 'lib/eBay.rb', line 8402

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8405
8406
8407
# File 'lib/eBay.rb', line 8405

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8408
8409
8410
# File 'lib/eBay.rb', line 8408

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



8414
8415
8416
# File 'lib/eBay.rb', line 8414

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



8415
8416
8417
# File 'lib/eBay.rb', line 8415

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8407
8408
8409
# File 'lib/eBay.rb', line 8407

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8398
8399
8400
# File 'lib/eBay.rb', line 8398

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8403
8404
8405
# File 'lib/eBay.rb', line 8403

def version
  @version
end

#wantItNowPostArrayObject

Returns the value of attribute wantItNowPostArray.



8411
8412
8413
# File 'lib/eBay.rb', line 8411

def wantItNowPostArray
  @wantItNowPostArray
end

Instance Method Details

#set_any(elements) ⇒ Object



8417
8418
8419
# File 'lib/eBay.rb', line 8417

def set_any(elements)
  @__xmlele_any = elements
end