Class: EBay::GetProductSearchResultsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
dataElementSets - EBay::DataElementSetType
productSearchResult - EBay::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, externalUserData = nil, dataElementSets = [], productSearchResult = []) ⇒ GetProductSearchResultsResponseType

Returns a new instance of GetProductSearchResultsResponseType.



13804
13805
13806
13807
13808
13809
13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
13821
13822
13823
# File 'lib/eBay.rb', line 13804

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, externalUserData = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @dataElementSets = dataElementSets
  @productSearchResult = productSearchResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13796
13797
13798
# File 'lib/eBay.rb', line 13796

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13782
13783
13784
# File 'lib/eBay.rb', line 13782

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13794
13795
13796
# File 'lib/eBay.rb', line 13794

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13787
13788
13789
# File 'lib/eBay.rb', line 13787

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13783
13784
13785
# File 'lib/eBay.rb', line 13783

def correlationID
  @correlationID
end

#dataElementSetsObject

Returns the value of attribute dataElementSets.



13797
13798
13799
# File 'lib/eBay.rb', line 13797

def dataElementSets
  @dataElementSets
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13789
13790
13791
# File 'lib/eBay.rb', line 13789

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13791
13792
13793
# File 'lib/eBay.rb', line 13791

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13784
13785
13786
# File 'lib/eBay.rb', line 13784

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13795
13796
13797
# File 'lib/eBay.rb', line 13795

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13793
13794
13795
# File 'lib/eBay.rb', line 13793

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13785
13786
13787
# File 'lib/eBay.rb', line 13785

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13788
13789
13790
# File 'lib/eBay.rb', line 13788

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13792
13793
13794
# File 'lib/eBay.rb', line 13792

def notificationSignature
  @notificationSignature
end

#productSearchResultObject

Returns the value of attribute productSearchResult.



13798
13799
13800
# File 'lib/eBay.rb', line 13798

def productSearchResult
  @productSearchResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13790
13791
13792
# File 'lib/eBay.rb', line 13790

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13781
13782
13783
# File 'lib/eBay.rb', line 13781

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13786
13787
13788
# File 'lib/eBay.rb', line 13786

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13800
13801
13802
# File 'lib/eBay.rb', line 13800

def set_any(elements)
  @__xmlele_any = elements
end