Class: EBay::GetProductFamilyMembersResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetProductFamilyMembersResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersResponseType
- 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
dataElementSets - EBay::DataElementSetType
productSearchResult - EBay::ProductSearchResultType
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.
-
#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.
-
#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.
-
#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, botBlock = nil, externalUserData = 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, botBlock = nil, externalUserData = nil, dataElementSets = [], productSearchResult = []) ⇒ GetProductFamilyMembersResponseType
Returns a new instance of GetProductFamilyMembersResponseType.
13551 13552 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13567 13568 13569 13570 |
# File 'lib/eBay.rb', line 13551 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, 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 @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @dataElementSets = dataElementSets @productSearchResult = productSearchResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13543 13544 13545 |
# File 'lib/eBay.rb', line 13543 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13529 13530 13531 |
# File 'lib/eBay.rb', line 13529 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13541 13542 13543 |
# File 'lib/eBay.rb', line 13541 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13534 13535 13536 |
# File 'lib/eBay.rb', line 13534 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13530 13531 13532 |
# File 'lib/eBay.rb', line 13530 def correlationID @correlationID end |
#dataElementSets ⇒ Object
Returns the value of attribute dataElementSets.
13544 13545 13546 |
# File 'lib/eBay.rb', line 13544 def dataElementSets @dataElementSets end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13536 13537 13538 |
# File 'lib/eBay.rb', line 13536 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13538 13539 13540 |
# File 'lib/eBay.rb', line 13538 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13531 13532 13533 |
# File 'lib/eBay.rb', line 13531 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13542 13543 13544 |
# File 'lib/eBay.rb', line 13542 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13540 13541 13542 |
# File 'lib/eBay.rb', line 13540 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13532 13533 13534 |
# File 'lib/eBay.rb', line 13532 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13535 13536 13537 |
# File 'lib/eBay.rb', line 13535 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13539 13540 13541 |
# File 'lib/eBay.rb', line 13539 def notificationSignature @notificationSignature end |
#productSearchResult ⇒ Object
Returns the value of attribute productSearchResult.
13545 13546 13547 |
# File 'lib/eBay.rb', line 13545 def productSearchResult @productSearchResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13537 13538 13539 |
# File 'lib/eBay.rb', line 13537 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13528 13529 13530 |
# File 'lib/eBay.rb', line 13528 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
13533 13534 13535 |
# File 'lib/eBay.rb', line 13533 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13547 13548 13549 |
# File 'lib/eBay.rb', line 13547 def set_any(elements) @__xmlele_any = elements end |