Class: GetCrossPromotionsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCrossPromotionsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
crossPromotion - CrossPromotionsType

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, crossPromotion = nil) ⇒ GetCrossPromotionsResponseType

Returns a new instance of GetCrossPromotionsResponseType.



9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
# File 'lib/eBay.rb', line 9608

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, crossPromotion = nil)
  @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
  @__xmlele_any = nil
  @crossPromotion = crossPromotion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9601
9602
9603
# File 'lib/eBay.rb', line 9601

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9588
9589
9590
# File 'lib/eBay.rb', line 9588

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9600
9601
9602
# File 'lib/eBay.rb', line 9600

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9593
9594
9595
# File 'lib/eBay.rb', line 9593

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9589
9590
9591
# File 'lib/eBay.rb', line 9589

def correlationID
  @correlationID
end

#crossPromotionObject

Returns the value of attribute crossPromotion.



9602
9603
9604
# File 'lib/eBay.rb', line 9602

def crossPromotion
  @crossPromotion
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9595
9596
9597
# File 'lib/eBay.rb', line 9595

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9597
9598
9599
# File 'lib/eBay.rb', line 9597

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9590
9591
9592
# File 'lib/eBay.rb', line 9590

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9599
9600
9601
# File 'lib/eBay.rb', line 9599

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9591
9592
9593
# File 'lib/eBay.rb', line 9591

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9594
9595
9596
# File 'lib/eBay.rb', line 9594

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9598
9599
9600
# File 'lib/eBay.rb', line 9598

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9596
9597
9598
# File 'lib/eBay.rb', line 9596

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9587
9588
9589
# File 'lib/eBay.rb', line 9587

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9592
9593
9594
# File 'lib/eBay.rb', line 9592

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9604
9605
9606
# File 'lib/eBay.rb', line 9604

def set_any(elements)
  @__xmlele_any = elements
end