Class: GetProductSearchPageResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchPageResponseType

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

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, attributeSystemVersion = nil, productSearchPage = []) ⇒ GetProductSearchPageResponseType

Returns a new instance of GetProductSearchPageResponseType.



11466
11467
11468
11469
11470
11471
11472
11473
11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
# File 'lib/eBay.rb', line 11466

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, attributeSystemVersion = nil, productSearchPage = [])
  @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
  @attributeSystemVersion = attributeSystemVersion
  @productSearchPage = productSearchPage
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11458
11459
11460
# File 'lib/eBay.rb', line 11458

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11445
11446
11447
# File 'lib/eBay.rb', line 11445

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



11459
11460
11461
# File 'lib/eBay.rb', line 11459

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



11457
11458
11459
# File 'lib/eBay.rb', line 11457

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11450
11451
11452
# File 'lib/eBay.rb', line 11450

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11446
11447
11448
# File 'lib/eBay.rb', line 11446

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11452
11453
11454
# File 'lib/eBay.rb', line 11452

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11454
11455
11456
# File 'lib/eBay.rb', line 11454

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11447
11448
11449
# File 'lib/eBay.rb', line 11447

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11456
11457
11458
# File 'lib/eBay.rb', line 11456

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11448
11449
11450
# File 'lib/eBay.rb', line 11448

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11451
11452
11453
# File 'lib/eBay.rb', line 11451

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11455
11456
11457
# File 'lib/eBay.rb', line 11455

def notificationSignature
  @notificationSignature
end

#productSearchPageObject

Returns the value of attribute productSearchPage.



11460
11461
11462
# File 'lib/eBay.rb', line 11460

def productSearchPage
  @productSearchPage
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11453
11454
11455
# File 'lib/eBay.rb', line 11453

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11444
11445
11446
# File 'lib/eBay.rb', line 11444

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11449
11450
11451
# File 'lib/eBay.rb', line 11449

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11462
11463
11464
# File 'lib/eBay.rb', line 11462

def set_any(elements)
  @__xmlele_any = elements
end