Class: EBay::GetProductFinderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderResponseType

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
attributeSystemVersion - SOAP::SOAPString
productFinderData - SOAP::SOAPString

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, attributeSystemVersion = nil, productFinderData = nil) ⇒ GetProductFinderResponseType

Returns a new instance of GetProductFinderResponseType.



13615
13616
13617
13618
13619
13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
# File 'lib/eBay.rb', line 13615

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, attributeSystemVersion = nil, productFinderData = nil)
  @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
  @attributeSystemVersion = attributeSystemVersion
  @productFinderData = productFinderData
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13607
13608
13609
# File 'lib/eBay.rb', line 13607

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13593
13594
13595
# File 'lib/eBay.rb', line 13593

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



13608
13609
13610
# File 'lib/eBay.rb', line 13608

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



13605
13606
13607
# File 'lib/eBay.rb', line 13605

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13598
13599
13600
# File 'lib/eBay.rb', line 13598

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13594
13595
13596
# File 'lib/eBay.rb', line 13594

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13600
13601
13602
# File 'lib/eBay.rb', line 13600

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13602
13603
13604
# File 'lib/eBay.rb', line 13602

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13595
13596
13597
# File 'lib/eBay.rb', line 13595

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13606
13607
13608
# File 'lib/eBay.rb', line 13606

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13604
13605
13606
# File 'lib/eBay.rb', line 13604

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13596
13597
13598
# File 'lib/eBay.rb', line 13596

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13599
13600
13601
# File 'lib/eBay.rb', line 13599

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13603
13604
13605
# File 'lib/eBay.rb', line 13603

def notificationSignature
  @notificationSignature
end

#productFinderDataObject

Returns the value of attribute productFinderData.



13609
13610
13611
# File 'lib/eBay.rb', line 13609

def productFinderData
  @productFinderData
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13601
13602
13603
# File 'lib/eBay.rb', line 13601

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13592
13593
13594
# File 'lib/eBay.rb', line 13592

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13597
13598
13599
# File 'lib/eBay.rb', line 13597

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13611
13612
13613
# File 'lib/eBay.rb', line 13611

def set_any(elements)
  @__xmlele_any = elements
end