Class: GetProductSellingPagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSellingPagesResponseType

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
productSellingPagesData - 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, productSellingPagesData = nil) ⇒ GetProductSellingPagesResponseType

Returns a new instance of GetProductSellingPagesResponseType.



11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
# File 'lib/eBay.rb', line 11586

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, productSellingPagesData = 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
  @__xmlele_any = nil
  @productSellingPagesData = productSellingPagesData
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11579
11580
11581
# File 'lib/eBay.rb', line 11579

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11566
11567
11568
# File 'lib/eBay.rb', line 11566

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11578
11579
11580
# File 'lib/eBay.rb', line 11578

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11571
11572
11573
# File 'lib/eBay.rb', line 11571

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11567
11568
11569
# File 'lib/eBay.rb', line 11567

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11573
11574
11575
# File 'lib/eBay.rb', line 11573

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11575
11576
11577
# File 'lib/eBay.rb', line 11575

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11568
11569
11570
# File 'lib/eBay.rb', line 11568

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11577
11578
11579
# File 'lib/eBay.rb', line 11577

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11569
11570
11571
# File 'lib/eBay.rb', line 11569

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11572
11573
11574
# File 'lib/eBay.rb', line 11572

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11576
11577
11578
# File 'lib/eBay.rb', line 11576

def notificationSignature
  @notificationSignature
end

#productSellingPagesDataObject

Returns the value of attribute productSellingPagesData.



11580
11581
11582
# File 'lib/eBay.rb', line 11580

def productSellingPagesData
  @productSellingPagesData
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11574
11575
11576
# File 'lib/eBay.rb', line 11574

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11565
11566
11567
# File 'lib/eBay.rb', line 11565

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11570
11571
11572
# File 'lib/eBay.rb', line 11570

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11582
11583
11584
# File 'lib/eBay.rb', line 11582

def set_any(elements)
  @__xmlele_any = elements
end