Class: GetProductFamilyMembersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersResponseType

Constant Summary collapse

@@schema_type =
"GetProductFamilyMembersResponseType"
@@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")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["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")]],
  ["dataElementSets", ["DataElementSetType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DataElementSets")]],
  ["productSearchResult", ["ProductSearchResultType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductSearchResult")]]
]

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, dataElementSets = [], productSearchResult = []) ⇒ GetProductFamilyMembersResponseType

Returns a new instance of GetProductFamilyMembersResponseType.



7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
# File 'lib/eBay.rb', line 7098

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, dataElementSets = [], productSearchResult = [])
  @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
  @__xmlele_any = nil
  @dataElementSets = dataElementSets
  @productSearchResult = productSearchResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7090
7091
7092
# File 'lib/eBay.rb', line 7090

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7078
7079
7080
# File 'lib/eBay.rb', line 7078

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7083
7084
7085
# File 'lib/eBay.rb', line 7083

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7079
7080
7081
# File 'lib/eBay.rb', line 7079

def correlationID
  @correlationID
end

#dataElementSetsObject

Returns the value of attribute dataElementSets.



7091
7092
7093
# File 'lib/eBay.rb', line 7091

def dataElementSets
  @dataElementSets
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7085
7086
7087
# File 'lib/eBay.rb', line 7085

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7087
7088
7089
# File 'lib/eBay.rb', line 7087

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7080
7081
7082
# File 'lib/eBay.rb', line 7080

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7089
7090
7091
# File 'lib/eBay.rb', line 7089

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7081
7082
7083
# File 'lib/eBay.rb', line 7081

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7084
7085
7086
# File 'lib/eBay.rb', line 7084

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7088
7089
7090
# File 'lib/eBay.rb', line 7088

def notificationSignature
  @notificationSignature
end

#productSearchResultObject

Returns the value of attribute productSearchResult.



7092
7093
7094
# File 'lib/eBay.rb', line 7092

def productSearchResult
  @productSearchResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7086
7087
7088
# File 'lib/eBay.rb', line 7086

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7077
7078
7079
# File 'lib/eBay.rb', line 7077

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7082
7083
7084
# File 'lib/eBay.rb', line 7082

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7094
7095
7096
# File 'lib/eBay.rb', line 7094

def set_any(elements)
  @__xmlele_any = elements
end