Class: GetProductSearchResultsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsResponseType

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
dataElementSets - DataElementSetType
productSearchResult - ProductSearchResultType

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, dataElementSets = [], productSearchResult = []) ⇒ GetProductSearchResultsResponseType

Returns a new instance of GetProductSearchResultsResponseType.



11527
11528
11529
11530
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'lib/eBay.rb', line 11527

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, dataElementSets = [], productSearchResult = [])
  @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
  @dataElementSets = dataElementSets
  @productSearchResult = productSearchResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11519
11520
11521
# File 'lib/eBay.rb', line 11519

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11506
11507
11508
# File 'lib/eBay.rb', line 11506

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11518
11519
11520
# File 'lib/eBay.rb', line 11518

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11511
11512
11513
# File 'lib/eBay.rb', line 11511

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11507
11508
11509
# File 'lib/eBay.rb', line 11507

def correlationID
  @correlationID
end

#dataElementSetsObject

Returns the value of attribute dataElementSets.



11520
11521
11522
# File 'lib/eBay.rb', line 11520

def dataElementSets
  @dataElementSets
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11513
11514
11515
# File 'lib/eBay.rb', line 11513

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11515
11516
11517
# File 'lib/eBay.rb', line 11515

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11508
11509
11510
# File 'lib/eBay.rb', line 11508

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11517
11518
11519
# File 'lib/eBay.rb', line 11517

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11509
11510
11511
# File 'lib/eBay.rb', line 11509

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11512
11513
11514
# File 'lib/eBay.rb', line 11512

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11516
11517
11518
# File 'lib/eBay.rb', line 11516

def notificationSignature
  @notificationSignature
end

#productSearchResultObject

Returns the value of attribute productSearchResult.



11521
11522
11523
# File 'lib/eBay.rb', line 11521

def productSearchResult
  @productSearchResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11514
11515
11516
# File 'lib/eBay.rb', line 11514

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11505
11506
11507
# File 'lib/eBay.rb', line 11505

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11510
11511
11512
# File 'lib/eBay.rb', line 11510

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11523
11524
11525
# File 'lib/eBay.rb', line 11523

def set_any(elements)
  @__xmlele_any = elements
end