Class: EBay::GetProductFamilyMembersResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13543
13544
13545
# File 'lib/eBay.rb', line 13543

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13529
13530
13531
# File 'lib/eBay.rb', line 13529

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13541
13542
13543
# File 'lib/eBay.rb', line 13541

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13534
13535
13536
# File 'lib/eBay.rb', line 13534

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13530
13531
13532
# File 'lib/eBay.rb', line 13530

def correlationID
  @correlationID
end

#dataElementSetsObject

Returns the value of attribute dataElementSets.



13544
13545
13546
# File 'lib/eBay.rb', line 13544

def dataElementSets
  @dataElementSets
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13536
13537
13538
# File 'lib/eBay.rb', line 13536

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13538
13539
13540
# File 'lib/eBay.rb', line 13538

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13531
13532
13533
# File 'lib/eBay.rb', line 13531

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13542
13543
13544
# File 'lib/eBay.rb', line 13542

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13540
13541
13542
# File 'lib/eBay.rb', line 13540

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13532
13533
13534
# File 'lib/eBay.rb', line 13532

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13535
13536
13537
# File 'lib/eBay.rb', line 13535

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13539
13540
13541
# File 'lib/eBay.rb', line 13539

def notificationSignature
  @notificationSignature
end

#productSearchResultObject

Returns the value of attribute productSearchResult.



13545
13546
13547
# File 'lib/eBay.rb', line 13545

def productSearchResult
  @productSearchResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13537
13538
13539
# File 'lib/eBay.rb', line 13537

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13528
13529
13530
# File 'lib/eBay.rb', line 13528

def timestamp
  @timestamp
end

#versionObject

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