Class: GetProductSellingPagesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSellingPagesResponseType

Constant Summary collapse

@@schema_type =
"GetProductSellingPagesResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["productSellingPagesData", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductSellingPagesData")]]
]

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

Returns a new instance of GetProductSellingPagesResponseType.



6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/eBay.rb', line 6783

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, productSellingPagesData = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @productSellingPagesData = productSellingPagesData
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6776
6777
6778
# File 'lib/eBay.rb', line 6776

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6765
6766
6767
# File 'lib/eBay.rb', line 6765

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



6770
6771
6772
# File 'lib/eBay.rb', line 6770

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6766
6767
6768
# File 'lib/eBay.rb', line 6766

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6772
6773
6774
# File 'lib/eBay.rb', line 6772

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



6767
6768
6769
# File 'lib/eBay.rb', line 6767

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6775
6776
6777
# File 'lib/eBay.rb', line 6775

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



6768
6769
6770
# File 'lib/eBay.rb', line 6768

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6771
6772
6773
# File 'lib/eBay.rb', line 6771

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6774
6775
6776
# File 'lib/eBay.rb', line 6774

def notificationSignature
  @notificationSignature
end

#productSellingPagesDataObject

Returns the value of attribute productSellingPagesData.



6777
6778
6779
# File 'lib/eBay.rb', line 6777

def productSellingPagesData
  @productSellingPagesData
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6773
6774
6775
# File 'lib/eBay.rb', line 6773

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



6764
6765
6766
# File 'lib/eBay.rb', line 6764

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6769
6770
6771
# File 'lib/eBay.rb', line 6769

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6779
6780
6781
# File 'lib/eBay.rb', line 6779

def set_any(elements)
  @__xmlele_any = elements
end