Class: EBay::GetProductSellingPagesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetProductSellingPagesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductSellingPagesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#productSellingPagesData ⇒ Object
Returns the value of attribute productSellingPagesData.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetProductSellingPagesResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, productSellingPagesData = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13859 13860 13861 |
# File 'lib/eBay.rb', line 13859 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13845 13846 13847 |
# File 'lib/eBay.rb', line 13845 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13857 13858 13859 |
# File 'lib/eBay.rb', line 13857 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13850 13851 13852 |
# File 'lib/eBay.rb', line 13850 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13846 13847 13848 |
# File 'lib/eBay.rb', line 13846 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13852 13853 13854 |
# File 'lib/eBay.rb', line 13852 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13854 13855 13856 |
# File 'lib/eBay.rb', line 13854 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13847 13848 13849 |
# File 'lib/eBay.rb', line 13847 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13858 13859 13860 |
# File 'lib/eBay.rb', line 13858 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13856 13857 13858 |
# File 'lib/eBay.rb', line 13856 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13848 13849 13850 |
# File 'lib/eBay.rb', line 13848 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13851 13852 13853 |
# File 'lib/eBay.rb', line 13851 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13855 13856 13857 |
# File 'lib/eBay.rb', line 13855 def notificationSignature @notificationSignature end |
#productSellingPagesData ⇒ Object
Returns the value of attribute productSellingPagesData.
13860 13861 13862 |
# File 'lib/eBay.rb', line 13860 def productSellingPagesData @productSellingPagesData end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13853 13854 13855 |
# File 'lib/eBay.rb', line 13853 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13844 13845 13846 |
# File 'lib/eBay.rb', line 13844 def @timestamp end |
#version ⇒ Object
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 |