Class: EBay::GetProductSellingPagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSellingPagesResponseType

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

Returns a new instance of GetProductSellingPagesResponseType.



13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
13883
13884
# File 'lib/eBay.rb', line 13866

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13859
13860
13861
# File 'lib/eBay.rb', line 13859

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13845
13846
13847
# File 'lib/eBay.rb', line 13845

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13857
13858
13859
# File 'lib/eBay.rb', line 13857

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13850
13851
13852
# File 'lib/eBay.rb', line 13850

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13846
13847
13848
# File 'lib/eBay.rb', line 13846

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13852
13853
13854
# File 'lib/eBay.rb', line 13852

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13854
13855
13856
# File 'lib/eBay.rb', line 13854

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13847
13848
13849
# File 'lib/eBay.rb', line 13847

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13858
13859
13860
# File 'lib/eBay.rb', line 13858

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13856
13857
13858
# File 'lib/eBay.rb', line 13856

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13848
13849
13850
# File 'lib/eBay.rb', line 13848

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13851
13852
13853
# File 'lib/eBay.rb', line 13851

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13855
13856
13857
# File 'lib/eBay.rb', line 13855

def notificationSignature
  @notificationSignature
end

#productSellingPagesDataObject

Returns the value of attribute productSellingPagesData.



13860
13861
13862
# File 'lib/eBay.rb', line 13860

def productSellingPagesData
  @productSellingPagesData
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13853
13854
13855
# File 'lib/eBay.rb', line 13853

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13844
13845
13846
# File 'lib/eBay.rb', line 13844

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13849
13850
13851
# File 'lib/eBay.rb', line 13849

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13862
13863
13864
# File 'lib/eBay.rb', line 13862

def set_any(elements)
  @__xmlele_any = elements
end