Class: GetProductFamilyMembersResponseType
- Inherits:
-
Object
- Object
- GetProductFamilyMembersResponseType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#dataElementSets ⇒ Object
Returns the value of attribute dataElementSets.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#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.
-
#productSearchResult ⇒ Object
Returns the value of attribute productSearchResult.
-
#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, dataElementSets = [], productSearchResult = []) ⇒ GetProductFamilyMembersResponseType
constructor
A new instance of GetProductFamilyMembersResponseType.
- #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, 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( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, dataElementSets = [], productSearchResult = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7090 7091 7092 |
# File 'lib/eBay.rb', line 7090 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
7078 7079 7080 |
# File 'lib/eBay.rb', line 7078 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
7083 7084 7085 |
# File 'lib/eBay.rb', line 7083 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
7079 7080 7081 |
# File 'lib/eBay.rb', line 7079 def correlationID @correlationID end |
#dataElementSets ⇒ Object
Returns the value of attribute dataElementSets.
7091 7092 7093 |
# File 'lib/eBay.rb', line 7091 def dataElementSets @dataElementSets end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
7085 7086 7087 |
# File 'lib/eBay.rb', line 7085 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
7087 7088 7089 |
# File 'lib/eBay.rb', line 7087 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
7080 7081 7082 |
# File 'lib/eBay.rb', line 7080 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
7089 7090 7091 |
# File 'lib/eBay.rb', line 7089 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
7081 7082 7083 |
# File 'lib/eBay.rb', line 7081 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
7084 7085 7086 |
# File 'lib/eBay.rb', line 7084 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
7088 7089 7090 |
# File 'lib/eBay.rb', line 7088 def notificationSignature @notificationSignature end |
#productSearchResult ⇒ Object
Returns the value of attribute productSearchResult.
7092 7093 7094 |
# File 'lib/eBay.rb', line 7092 def productSearchResult @productSearchResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
7086 7087 7088 |
# File 'lib/eBay.rb', line 7086 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
7077 7078 7079 |
# File 'lib/eBay.rb', line 7077 def @timestamp end |
#version ⇒ Object
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 |